Ignore:
Timestamp:
09/18/18 09:11:06 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: FindParamAndMakePassive should always be compiled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/Parameters.h

    r23254 r23305  
    5252                void  FindParam(FILE** pfid,int enum_type);
    5353                void  FindParam(DataSet** pdataset, int enum_type);
     54                void  FindParamAndMakePassive(IssmPDouble* pscalar, int enum_type);
    5455                void  FindParamInDataset(IssmDouble** pIssmDoublearray,int* pM,int* pN,int dataset_type,int enum_type);
    5556
     
    7071                Param* FindParamObject(int enum_type);
    7172
    72                 /*Specific instantiations for IssmDouble*: */
    73                 #if defined(_HAVE_AD_) && !defined(_WRAPPERS_)
    74                 void  FindParamAndMakePassive(double* pscalar, int enum_type);
    75                 #endif
    76 
    7773};
    7874
Note: See TracChangeset for help on using the changeset viewer.