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