Changeset 4043 for issm/trunk/src/c/objects/Inputs/TriaVertexInput.h
- Timestamp:
- 06/14/10 18:08:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/TriaVertexInput.h
r4042 r4043 42 42 void UpdateInputsFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");} 43 43 void UpdateInputsFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");} 44 void UpdateInputsFromSolution(double* solution , int analysis_type, int sub_analysis_type){ISSMERROR("Not implemented yet!");}44 void UpdateInputsFromSolution(double* solution){ISSMERROR("Not implemented yet!");} 45 45 46 46 Input* SpawnSingInput(int index);
Note:
See TracChangeset
for help on using the changeset viewer.