--- branches/development/src/selection/HullFinder.cpp 2012/07/09 14:15:52 1769 +++ branches/development/src/selection/HullFinder.cpp 2012/10/03 14:20:07 1803 @@ -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();