Changeset 17665


Ignore:
Timestamp:
04/08/14 08:51:45 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix AD compilation

File:
1 edited

Legend:

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

    r17627 r17665  
    8787template <class T> ISSM_MPI_Datatype TypeToMPIType(){assert(false);};
    8888template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmDouble>(){return ISSM_MPI_DOUBLE;};
    89 #if _HAVE_ADOLC_
    90 template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmPDouble>(){return ISSM_MPI_PDOUBLE;};
    91 #endif
    9289template <> inline ISSM_MPI_Datatype TypeToMPIType<int>(){return ISSM_MPI_INT;};
    9390template <> inline ISSM_MPI_Datatype TypeToMPIType<char>(){return ISSM_MPI_CHAR;};
Note: See TracChangeset for help on using the changeset viewer.