# | Line 88 | Line 88 | namespace OpenMD { | |
---|---|---|
88 | #endif | |
89 | } | |
90 | ||
91 | + | HullFinder::~HullFinder() { |
92 | + | delete surfaceMesh_; |
93 | + | } |
94 | + | |
95 | OpenMDBitSet HullFinder::findHull() { | |
96 | Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot(); | |
97 | OpenMDBitSet bsResult(nStuntDoubles_); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |