ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/integrators/Integrator.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/integrators/Integrator.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1960 by tim, Wed Jan 26 15:26:47 2005 UTC

# Line 45 | Line 45 | Integrator::Integrator(SimInfo* info)
45   namespace oopse {
46   Integrator::Integrator(SimInfo* info)
47      : info_(info), forceMan_(NULL) , needPotential(false), needStress(false), velocitizer_(NULL),
48 <      needVelocityScaling(false), dumpWriter(NULL), statWriter(NULL), thermo(info),
48 >      needVelocityScaling(false), dumpWriter(NULL), eorWriter(NULL), statWriter(NULL), thermo(info),
49        currentSnapshot_(info->getSnapshotManager()->getCurrentSnapshot()) {
50  
51      Globals* simParams = info->getSimParams();
# Line 118 | Line 118 | Integrator::~Integrator(){
118      delete velocitizer_;
119      
120      delete dumpWriter;
121 +    delete eorWriter;
122      delete statWriter;
123   }
124  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines