Ignore:
Timestamp:
06/04/12 16:40:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not number folds (folding is automated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Params/DoubleTransientMatParam.cpp

    r10660 r12365  
    44
    55/*header files: */
    6 /*{{{1*/
     6/*{{{*/
    77#ifdef HAVE_CONFIG_H
    88        #include <config.h>
     
    2020/*}}}*/
    2121
    22 /*FUNCTION DoubleTransientMatParam::DoubleTransientMatParam(int enum_type,IssmDoubleMat value){{{1*/
     22/*FUNCTION DoubleTransientMatParam::DoubleTransientMatParam(int enum_type,IssmDoubleMat value){{{*/
    2323DoubleTransientMatParam::DoubleTransientMatParam(int in_enum_type,double* in_value, int in_M,int in_N):DoubleMatParam(in_enum_type,in_value,in_M,in_N){
    2424}
    2525/*}}}*/
    2626
    27 /*FUNCTION DoubleTransientMatParam::UnitConversion{{{1*/
     27/*FUNCTION DoubleTransientMatParam::UnitConversion{{{*/
    2828void  DoubleTransientMatParam::UnitConversion(int direction_enum){
    2929        ::UnitConversion(this->value,(this->M-1)*this->N,direction_enum,this->enum_type);
Note: See TracChangeset for help on using the changeset viewer.