Changeset 27756 for issm/trunk-jpl/src/c/classes/Params/IntVecParam.h
- Timestamp:
- 05/16/23 05:47:13 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/IntVecParam.h
r27696 r27756 74 74 void SetValue(FILE* fid){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold a FILE");} 75 75 void SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");} 76 void SetGradient(IssmDouble* poutput, int M ){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an IssmDouble");};76 void SetGradient(IssmDouble* poutput, int M, int N){_error_("Param "<< EnumToStringx(enum_type) << " cannot hold an IssmDouble");}; 77 77 /*}}}*/ 78 78 };
Note:
See TracChangeset
for help on using the changeset viewer.