Changeset 20690 for issm/trunk-jpl/src/c/classes/Params/VectorParam.h
- Timestamp:
- 06/03/16 10:05:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/VectorParam.h
r20635 r20690 70 70 void SetValue(FILE* fid){_error_("Vector of enum " << enum_type << " (" << 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 SetEnum(int enum_in){this->enum_type = enum_in;}; 72 73 /*}}}*/ 73 74 };
Note:
See TracChangeset
for help on using the changeset viewer.