Changeset 23280
- Timestamp:
- 09/13/18 09:29:07 (7 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/issmmpi.h
r23255 r23280 40 40 #define ISSM_MPI_CHAR MPI_CHAR 41 41 #if defined(_HAVE_AMPI_) 42 #ifdef _HAVE_ADJOINTMPI_43 #define ISSM_MPI_DOUBLE AMPI_DOUBLE // corresponds to IssmDouble44 #else45 42 #define ISSM_MPI_DOUBLE AMPI_ADOUBLE // corresponds to IssmDouble 46 #endif47 43 #else 48 44 #define ISSM_MPI_DOUBLE MPI_DOUBLE // corresponds to IssmDouble -
issm/trunk-jpl/src/c/toolkits/mumps/MumpsSolve.cpp
r23266 r23280 26 26 27 27 void MumpsInit(DMUMPS_STRUC_C &theMumpsStruc){ 28 theMumpsStruc.n = 0; 29 theMumpsStruc.nz = 0; 30 theMumpsStruc.a = NULL; 31 theMumpsStruc.jcn = NULL; 32 theMumpsStruc.irn = NULL; 28 33 theMumpsStruc.par = 1; 29 34 theMumpsStruc.sym = 0;
Note:
See TracChangeset
for help on using the changeset viewer.