Changeset 23524 for issm/trunk-jpl/src/c/classes/Materials/Matlitho.h
- Timestamp:
- 12/09/18 19:45:10 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matlitho.h
r22105 r23524 39 39 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction); 40 40 int ObjectEnum(); 41 /*}}}*/42 /*Update virtual functions resolution: {{{*/43 void InputUpdateFromConstant(IssmDouble constant, int name){_error_("not implemented");};44 void InputUpdateFromConstant(int constant, int name){_error_("not implemented");};45 void InputUpdateFromConstant(bool constant, int name){_error_("not implemented");};46 void InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented");};47 void InputUpdateFromMatrixDakota(IssmDouble* matrix,int nrows,int ncols, int name, int type){_error_("not implemented");};48 void InputUpdateFromVector(IssmDouble* vector, int name, int type){_error_("not implemented");};49 void InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type){_error_("not implemented");};50 41 /*}}}*/ 51 42 /*Material virtual functions resolution: {{{*/
Note:
See TracChangeset
for help on using the changeset viewer.