Changeset 4079 for issm/trunk/src/c/objects/Inputs/IntInput.h
- Timestamp:
- 06/21/10 11:48:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/IntInput.h
r4057 r4079 39 39 void UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");} 40 40 void UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");} 41 void UpdateInputsFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");}42 void UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}43 void UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");}41 void InputUpdateFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 42 void InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");} 43 void InputUpdateFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");} 44 44 45 45 void UpdateInputsFromSolution(double* solution){ISSMERROR("Not implemented yet!");}
Note:
See TracChangeset
for help on using the changeset viewer.