Changeset 4091 for issm/trunk/src/c/objects/Materials/Matice.h
- Timestamp:
- 06/21/10 12:26:34 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Materials/Matice.h
r4085 r4091 44 44 double GetB(); 45 45 double GetN(); 46 void UpdateInputsFromVector(double* vector, int name, int type);47 void UpdateInputsFromVector(int* vector, int name, int type);48 void UpdateInputsFromVector(bool* vector, int name, int type);46 void InputUpdateFromVector(double* vector, int name, int type); 47 void InputUpdateFromVector(int* vector, int name, int type); 48 void InputUpdateFromVector(bool* vector, int name, int type); 49 49 void InputUpdateFromConstant(double constant, int name); 50 50 void InputUpdateFromConstant(int constant, int name);
Note:
See TracChangeset
for help on using the changeset viewer.