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

Comparing branches/development/src/selection/HullFinder.cpp (file contents):
Revision 1802 by gezelter, Mon Jul 9 14:15:52 2012 UTC vs.
Revision 1803 by gezelter, Wed Oct 3 14:20:07 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