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

Comparing branches/development/src/math/AlphaHull.cpp (file contents):
Revision 1824 by gezelter, Tue Apr 24 20:40:04 2012 UTC vs.
Revision 1825 by gezelter, Wed Jan 9 19:27:52 2013 UTC

# Line 74 | Line 74 | void AlphaHull::computeHull(std::vector<StuntDouble*>
74   void AlphaHull::computeHull(std::vector<StuntDouble*> bodydoubles) {
75  
76    int numpoints = bodydoubles.size();
77 <  bool alphashape=true;
77 >  // bool alphashape=true;
78    
79    Triangles_.clear();
80    
81 <  vertexT *vertex, **vertexp;
81 >  vertexT *vertex;
82 >  // vertexT **vertexp;
83    facetT *facet, *neighbor;
84 <  setT *vertices, *verticestop, *verticesbottom;
84 >  // setT *vertices, *verticestop, *verticesbottom;
85    int curlong, totlong;
86    pointT *interiorPoint;
87    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines