# | Line 42 | Line 42 | |
---|---|---|
42 | * | |
43 | * Purpose: To calculate a convex hull. | |
44 | */ | |
45 | + | |
46 | + | #ifdef IS_MPI |
47 | + | #include <mpi.h> |
48 | + | #endif |
49 | ||
50 | /* Standard includes independent of library */ | |
51 | ||
# | Line 52 | Line 56 | |
56 | #include <iterator> | |
57 | #include "math/ConvexHull.hpp" | |
58 | #include "utils/simError.h" | |
55 | – | |
56 | – | #ifdef IS_MPI |
57 | – | #include <mpi.h> |
58 | – | #endif |
59 | ||
60 | #include "math/qhull.hpp" | |
61 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |