Changeset 4244 for issm/trunk/src/c/objects/Params/DoubleVecParam.h
- Timestamp:
- 06/25/10 17:37:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/DoubleVecParam.h
r4160 r4244 51 51 int MarshallSize(); 52 52 int MyRank(); 53 void InputUpdateFromVector(double* vector, int name, int type);54 void InputUpdateFromVector(int* vector, int name, int type);55 void InputUpdateFromVector(bool* vector, int name, int type);56 void InputUpdateFromConstant(double constant, int name);57 void InputUpdateFromConstant(int constant, int name);58 void InputUpdateFromConstant(bool constant, int name);59 60 void InputUpdateFromSolution(double* solution){ISSMERROR("Not implemented yet!");}61 53 /*}}}*/ 62 54 /*Param methods: {{{1*/
Note:
See TracChangeset
for help on using the changeset viewer.