Changeset 15128 for issm/trunk-jpl/src/c/classes/Params/IntVecParam.h
- Timestamp:
- 05/28/13 14:15:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Params/IntVecParam.h ΒΆ
r15012 r15128 70 70 void SetValue(FILE* fid){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold a FILE");} 71 71 void SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");} 72 void UnitConversion(int direction_enum);73 72 74 73 void GetParameterName(char**pname);
Note:
See TracChangeset
for help on using the changeset viewer.