Changeset 3751 for issm/trunk/src/c/objects/Params/StringArrayParam.h
- Timestamp:
- 05/15/10 19:36:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/StringArrayParam.h
r3732 r3751 54 54 int MyRank(); 55 55 void UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");} 56 void UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");} 57 void UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");} 56 58 void UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 57 59 void UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note:
See TracChangeset
for help on using the changeset viewer.