Ignore:
Timestamp:
08/18/20 08:18:44 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: enable compilation of Kriging with AD on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/IoModel.h ΒΆ

    r25379 r25425  
    136136                void        FetchData(int** pmatrix,int* pM,int* pN,const char* data_name);
    137137                void        FetchData(IssmDouble**  pscalarmatrix,int* pM,int* pN,const char* data_name);
     138#if _HAVE_AD_  && !defined(_WRAPPERS_)
     139                void        FetchData(IssmPDouble**  pscalarmatrix,int* pM,int* pN,const char* data_name);
     140#endif
    138141                void        FetchData(IssmDouble*** pmatrixarray,int** pmdims,int** pndims, int* pnumrecords,const char* data_name);
    139142                void        FetchData(Options *options,const char* data_name);
Note: See TracChangeset for help on using the changeset viewer.