Changeset 22585
- Timestamp:
- 03/20/18 16:48:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h
r22583 r22585 90 90 template <class T> ISSM_MPI_Datatype TypeToMPIType(){assert(false);}; 91 91 template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmDouble>(){return ISSM_MPI_DOUBLE;}; 92 #if def _HAVE_ADOLC_92 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) 93 93 template <> inline ISSM_MPI_Datatype TypeToMPIType<IssmPDouble>(){return ISSM_MPI_PDOUBLE;}; 94 94 #endif
Note:
See TracChangeset
for help on using the changeset viewer.