Changeset 20065
- Timestamp:
- 02/03/16 11:54:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/Analysis.h
r18929 r20065 7 7 8 8 #include "../toolkits/objects/toolkitobjects.h" 9 10 // Looks like AD runs without AMPI are missing commmpi.h 11 // Conditionally including the header 12 13 #if !defined(_HAVE_MPI_) && !defined(_HAVE_PETSC_MPI_) 14 #include "../toolkits/mpi/commops/commops.h" 15 #endif 16 9 17 class Parameters; 10 18 class IoModel;
Note:
See TracChangeset
for help on using the changeset viewer.