ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/math/ConvexHull.cpp
(Generate patch)

Comparing trunk/src/math/ConvexHull.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1938 by gezelter, Thu Oct 31 15:32:17 2013 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines