| # | Line 38 | Line 38 | |
|---|---|---|
| 38 | * [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 234107 (2008). | |
| 39 | * [4] Vardeman & Gezelter, in progress (2009). | |
| 40 | */ | |
| 41 | + | #ifdef IS_MPI |
| 42 | + | #include <mpi.h> |
| 43 | + | #endif |
| 44 | ||
| 45 | #include <cmath> | |
| 46 | #include <sstream> | |
| # | Line 54 | Line 57 | |
| 57 | #include "utils/Tuple.hpp" | |
| 58 | #include "brains/Thermo.hpp" | |
| 59 | #include "math/ConvexHull.hpp" | |
| 57 | – | #ifdef IS_MPI |
| 58 | – | #include <mpi.h> |
| 59 | – | #endif |
| 60 | ||
| 61 | #ifdef _MSC_VER | |
| 62 | #define isnan(x) _isnan((x)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |