Changeset 3751 for issm/trunk/src/c/objects/Inputs/DoubleInput.h
- Timestamp:
- 05/15/10 19:36:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/DoubleInput.h
r3732 r3751 39 39 int EnumType(); 40 40 void UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");} 41 void UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");} 42 void UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");} 41 43 void UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 42 44 void UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note:
See TracChangeset
for help on using the changeset viewer.