Changeset 4091 for issm/trunk/src/c/objects/Elements/Beam.h
- Timestamp:
- 06/21/10 12:26:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Beam.h
r4085 r4091 55 55 Object* copy(); 56 56 void SetClone(int* minranks); 57 void UpdateInputsFromVector(double* vector, int name, int type);58 void UpdateInputsFromVector(int* vector, int name, int type);59 void UpdateInputsFromVector(bool* vector, int name, int type);57 void InputUpdateFromVector(double* vector, int name, int type); 58 void InputUpdateFromVector(int* vector, int name, int type); 59 void InputUpdateFromVector(bool* vector, int name, int type); 60 60 void InputUpdateFromConstant(double constant, int name){ISSMERROR("Not implemented yet!");} 61 61 void InputUpdateFromConstant(int constant, int name){ISSMERROR("Not implemented yet!");}
Note:
See TracChangeset
for help on using the changeset viewer.