Changeset 5311 for issm/trunk/src/c/objects/Materials/Matice.h
- Timestamp:
- 08/17/10 11:13:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Materials/Matice.h
r4967 r5311 45 45 void InputUpdateFromVector(int* vector, int name, int type); 46 46 void InputUpdateFromVector(bool* vector, int name, int type); 47 void InputUpdateFromVectorDakota(double* vector, int name, int type); 48 void InputUpdateFromVectorDakota(int* vector, int name, int type); 49 void InputUpdateFromVectorDakota(bool* vector, int name, int type); 47 50 void InputUpdateFromConstant(double constant, int name); 48 51 void InputUpdateFromConstant(int constant, int name);
Note:
See TracChangeset
for help on using the changeset viewer.