| # | 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) { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |