Changeset 22582


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

CHG: added support for PDOUBLE

File:
1 edited

Legend:

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

    r20204 r22582  
    8989template <class T> ISSM_MPI_Datatype TypeToMPIType(){assert(false);};
    9090template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmDouble>(){return ISSM_MPI_DOUBLE;};
     91template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmPDouble>(){return ISSM_MPI_PDOUBLE;};
    9192template <> inline ISSM_MPI_Datatype TypeToMPIType<int>(){return ISSM_MPI_INT;};
    9293template <> inline ISSM_MPI_Datatype TypeToMPIType<char>(){return ISSM_MPI_CHAR;};
Note: See TracChangeset for help on using the changeset viewer.