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