Changeset 4091 for issm/trunk/src/c/objects/Constraints/Rgb.h
- Timestamp:
- 06/21/10 12:26:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Constraints/Rgb.h
r4085 r4091 35 35 int Id(); 36 36 int MyRank(); 37 void UpdateInputsFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");}38 void UpdateInputsFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");}39 void UpdateInputsFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");}37 void InputUpdateFromVector(double* vector, int name, int type){ISSMERROR("Not implemented yet!");} 38 void InputUpdateFromVector(int* vector, int name, int type){ISSMERROR("Not implemented yet!");} 39 void InputUpdateFromVector(bool* vector, int name, int type){ISSMERROR("Not implemented yet!");} 40 40 void InputUpdateFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 41 41 void InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note:
See TracChangeset
for help on using the changeset viewer.