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

Comparing branches/development/src/integrators/LangevinHullForceManager.cpp (file contents):
Revision 1866 by gezelter, Thu Apr 25 14:32:56 2013 UTC vs.
Revision 1867 by gezelter, Mon Apr 29 17:53:48 2013 UTC

# Line 176 | Line 176 | namespace OpenMD {
176      surfaceMesh_->computeHull(localSites_);
177      Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot();
178    }  
179 +
180 +  LangevinHullForceManager::~LangevinHullForceManager() {
181 +    delete surfaceMesh_;
182 +  }
183    
184    void LangevinHullForceManager::postCalculation(){
185    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines