Changeset 23374


Ignore:
Timestamp:
10/02/18 14:21:11 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r23357 r23374  
    7979
    8080        #else
    81         #if defined(_HAVE_AMPI_) && !defined(_WRAPPERS_)
    82                         #define ISSM_MPI_DOUBLE    AMPI_ADOUBLE // corresponds to IssmDouble
     81                #if defined(_HAVE_AMPI_) && !defined(_WRAPPERS_)
     82                        #define ISSM_MPI_DOUBLE    AMPI_ADOUBLE
    8383                #else
    84                         #define ISSM_MPI_DOUBLE    MPI_DOUBLE  // corresponds to IssmDouble
     84                        #define ISSM_MPI_DOUBLE    MPI_DOUBLE
    8585                #endif
    86                 #define ISSM_MPI_PDOUBLE    MPI_DOUBLE  // corresponds to IssmPDouble
     86                #define ISSM_MPI_PDOUBLE    MPI_DOUBLE
    8787                #define ISSM_MPI_INT        MPI_INT
    8888                #define ISSM_MPI_CHAR       MPI_CHAR
Note: See TracChangeset for help on using the changeset viewer.