Changeset 22585


Ignore:
Timestamp:
03/20/18 16:48:47 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing compilation of modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h

    r22583 r22585  
    9090template <class T> ISSM_MPI_Datatype TypeToMPIType(){assert(false);};
    9191template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmDouble>(){return ISSM_MPI_DOUBLE;};
    92 #ifdef _HAVE_ADOLC_
     92#if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_)
    9393template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmPDouble>(){return ISSM_MPI_PDOUBLE;};
    9494#endif
Note: See TracChangeset for help on using the changeset viewer.