Changeset 3732 for issm/trunk/src/c/objects/Params/PetscVecParam.h
- Timestamp:
- 05/12/10 08:19:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/PetscVecParam.h
r3715 r3732 52 52 int MyRank(); 53 53 void UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");} 54 void UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 55 void UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");} 56 void UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");} 57 54 58 void UpdateInputsFromSolution(double* solution, int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");} 55 59
Note:
See TracChangeset
for help on using the changeset viewer.