Changeset 76e019 for src/mg.cpp
- Timestamp:
- Dec 8, 2011, 12:54:00 PM (14 years ago)
- Children:
- 203547
- Parents:
- 97c25dd
- File:
-
- 1 edited
-
src/mg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/mg.cpp
r97c25dd r76e019 13 13 #ifdef HAVE_CONFIG_H 14 14 #include <config.h> 15 #endif 16 17 #ifdef DEBUG_MEASURE_TIME 18 #ifdef HAVE_MPI 19 #include <mpi.h> 20 #endif 15 21 #endif 16 22 … … 22 28 #include <fstream> 23 29 #include <sstream> 24 25 #ifdef DEBUG_MEASURE_TIME26 #ifdef HAVE_MPI27 #include <mpi.h>28 #endif29 #endif30 30 31 31 #include "base/command_list.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.
