Changeset 4091 for issm/trunk/src/c/objects/Params/DoubleParam.h
- Timestamp:
- 06/21/10 12:26:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Params/DoubleParam.h
r4085 r4091 51 51 int MarshallSize(); 52 52 int MyRank(); 53 void UpdateInputsFromVector(double* vector, int name, int type);54 void UpdateInputsFromVector(int* vector, int name, int type);55 void UpdateInputsFromVector(bool* vector, int name, int type);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 56 void InputUpdateFromConstant(double constant, int name); 57 57 void InputUpdateFromConstant(int constant, int name);
Note:
See TracChangeset
for help on using the changeset viewer.