Changeset 12760
- Timestamp:
- 07/26/12 15:39:41 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/objects/Params
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/DoubleMatParam.cpp
r12520 r12760 135 135 } 136 136 /*}}}*/ 137 138 /*diverse: */139 /*FUNCTION DoubleMatParam::GetPointer{{{*/140 IssmDouble* DoubleMatParam::GetPointer(void){141 return this->value;142 }143 /*}}}*/ -
issm/trunk-jpl/src/c/objects/Params/DoubleMatParam.h
r12744 r12760 73 73 void SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error2_("Param "<< EnumToStringx(enum_type) << " cannot hold an array of matrices");} 74 74 void UnitConversion(int direction_enum); 75 IssmDouble* GetPointer(void);76 75 77 76 void GetParameterName(char**pname); -
issm/trunk-jpl/src/c/objects/Params/TransientParam.cpp
r12744 r12760 150 150 } 151 151 /*}}}*/ 152 153 /*diverse: */154 /*FUNCTION TransientParam::GetPointer{{{*/155 IssmDouble* TransientParam::GetPointer(void){156 return this->values;157 }158 /*}}}*/ -
issm/trunk-jpl/src/c/objects/Params/TransientParam.h
r12747 r12760 73 73 void SetValue(IssmDouble** array, int M, int* mdim_array, int* ndim_array){_error2_("Parameter " <<EnumToStringx(enum_type) << " cannot hold an array of matrices");} 74 74 void UnitConversion(int direction_enum); 75 IssmDouble* GetPointer(void);76 75 77 76 void GetParameterName(char**pname);
Note:
See TracChangeset
for help on using the changeset viewer.