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