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

Comparing trunk/src/selection/HullFinder.cpp (file contents):
Revision 1800 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1801 by gezelter, Mon Oct 1 18:21:15 2012 UTC

# Line 108 | Line 108 | namespace OpenMD {
108      std::vector<Triangle>::iterator face;
109      std::vector<StuntDouble*>::iterator vertex;
110  
111 +    // This will work in parallel because the triangles returned by the mesh
112 +    // have a NULL stuntDouble if this processor doesn't own the
113 +    
114      for (face = sMesh.begin(); face != sMesh.end(); ++face) {
115        Triangle thisTriangle = *face;
116        std::vector<StuntDouble*> vertexSDs = thisTriangle.getVertices();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines