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

Comparing trunk/OOPSE-4/src/integrators/Integrator.cpp (file contents):
Revision 2243 by tim, Sun May 29 00:06:14 2005 UTC vs.
Revision 2244 by tim, Sun May 29 00:09:13 2005 UTC

# Line 45 | Line 45 | namespace oopse {
45   namespace oopse {
46    Integrator::Integrator(SimInfo* info)
47      : info_(info), forceMan_(NULL) , needPotential(false), needStress(false), needReset(false), velocitizer_(NULL),
48 <      needVelocityScaling(false), dumpWriter(NULL), statWriter(NULL), thermo(info)
48 >      needVelocityScaling(false), dumpWriter(NULL), statWriter(NULL), thermo(info),
49        currentSnapshot_(info->getSnapshotManager()->getCurrentSnapshot()) {
50  
51        simParams = info->getSimParams();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines