Changeset 27724 for issm/trunk-jpl/src/c/classes/Params/Parameters.h
- Timestamp:
- 05/04/23 11:29:48 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Params/Parameters.h ΒΆ
r27719 r27724 74 74 void SetParam(FILE* fid,int enum_type); 75 75 void SetParam(DataSet* dataset,int enum_type); 76 void SetControlParam(IssmDouble* IssmDoublearray,int M, int enum_type); 76 void SetControlFromVector(IssmDouble* array, int enum_type, int M, int N, int offset); 77 void SetGradientFromVector(IssmDouble* array, int enum_type, int M, int N, int offset); 77 78 void ControlParamSetGradient(IssmDouble* IssmDoublearray, int M, int enum_type); 78 79 void GetVectorFromControl(Vector<IssmDouble>* vector,int control_enum,int control_index,int N,const char* data,int offset);
Note:
See TracChangeset
for help on using the changeset viewer.