Changeset 16233 for issm/trunk-jpl/src/c/classes/Params/TransientParam.h
- Timestamp:
- 09/23/13 11:01:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/TransientParam.h
r15128 r16233 70 70 void SetValue(FILE* fid){_error_("Parameter " <<EnumToStringx(enum_type) << " cannot hold a FILE");} 71 71 void SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Parameter " <<EnumToStringx(enum_type) << " cannot hold an array of matrices");} 72 73 void GetParameterName(char**pname);74 75 72 /*}}}*/ 76 73 };
Note:
See TracChangeset
for help on using the changeset viewer.