- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Params/DoubleTransientMatParam.cpp
r10660 r12365 4 4 5 5 /*header files: */ 6 /*{{{ 1*/6 /*{{{*/ 7 7 #ifdef HAVE_CONFIG_H 8 8 #include <config.h> … … 20 20 /*}}}*/ 21 21 22 /*FUNCTION DoubleTransientMatParam::DoubleTransientMatParam(int enum_type,IssmDoubleMat value){{{ 1*/22 /*FUNCTION DoubleTransientMatParam::DoubleTransientMatParam(int enum_type,IssmDoubleMat value){{{*/ 23 23 DoubleTransientMatParam::DoubleTransientMatParam(int in_enum_type,double* in_value, int in_M,int in_N):DoubleMatParam(in_enum_type,in_value,in_M,in_N){ 24 24 } 25 25 /*}}}*/ 26 26 27 /*FUNCTION DoubleTransientMatParam::UnitConversion{{{ 1*/27 /*FUNCTION DoubleTransientMatParam::UnitConversion{{{*/ 28 28 void DoubleTransientMatParam::UnitConversion(int direction_enum){ 29 29 ::UnitConversion(this->value,(this->M-1)*this->N,direction_enum,this->enum_type);
Note:
See TracChangeset
for help on using the changeset viewer.