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

Comparing trunk/src/math/ConvexHull.cpp (file contents):
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 63 | Line 63 | using namespace std;
63   using namespace OpenMD;
64   using namespace std;
65  
66 < ConvexHull::ConvexHull() : Hull(), dim_(3), options_("qhull FA Qt Pp") {
66 > ConvexHull::ConvexHull() : Hull(), options_("qhull FA Qt Pp"), dim_(3) {
67   }
68  
69   void ConvexHull::computeHull(vector<StuntDouble*> bodydoubles) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines