Changeset 16125 for issm/trunk-jpl/src/c/classes/Update.h
- Timestamp:
- 09/11/13 14:22:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Update.h
r13634 r16125 15 15 16 16 virtual void InputUpdateFromVector(IssmDouble* vector, int name, int type)=0; 17 virtual void InputUpdateFromVector(int* vector, int name, int type)=0;18 virtual void InputUpdateFromVector(bool* vector, int name, int type)=0;19 17 #ifdef _HAVE_DAKOTA_ 20 18 virtual void InputUpdateFromMatrixDakota(IssmDouble* matrix, int rows, int ncols, int name, int type)=0; 21 19 virtual void InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type)=0; 22 virtual void InputUpdateFromVectorDakota(int* vector, int name, int type)=0;23 virtual void InputUpdateFromVectorDakota(bool* vector, int name, int type)=0;24 20 #endif 25 21 virtual void InputUpdateFromConstant(IssmDouble constant, int name)=0;
Note:
See TracChangeset
for help on using the changeset viewer.