--- trunk/src/selection/HullFinder.cpp 2012/10/01 13:35:40 1800 +++ trunk/src/selection/HullFinder.cpp 2012/10/01 18:21:15 1801 @@ -108,6 +108,9 @@ namespace OpenMD { std::vector::iterator face; std::vector::iterator vertex; + // This will work in parallel because the triangles returned by the mesh + // have a NULL stuntDouble if this processor doesn't own the + for (face = sMesh.begin(); face != sMesh.end(); ++face) { Triangle thisTriangle = *face; std::vector vertexSDs = thisTriangle.getVertices();