Changeset 4085 for issm/trunk/src/c/objects/Loads/Numericalflux.h
- Timestamp:
- 06/21/10 12:03:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Numericalflux.h
r4079 r4085 50 50 void InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");} 51 51 void InputUpdateFromConstant(bool constant, int name){ISSMERROR("Not implemented yet!");} 52 void UpdateInputsFromSolution(double* solution){ISSMERROR("Not implemented yet!");}52 void InputUpdateFromSolution(double* solution){ISSMERROR("Not implemented yet!");} 53 53 bool InAnalysis(int analysis_type); 54 54
Note:
See TracChangeset
for help on using the changeset viewer.