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

Comparing branches/new_design/OOPSE-4/src/integrators/Integrator.cpp (file contents):
Revision 1868 by tim, Tue Dec 7 05:12:41 2004 UTC vs.
Revision 1869 by tim, Wed Dec 8 20:37:47 2004 UTC

# Line 28 | Line 28 | Integrator::Integrator(SimInfo* info)
28   #include "utils/simError.h"
29   namespace oopse {
30   Integrator::Integrator(SimInfo* info)
31 <    : info_(info), forceMan_(NULL) , needPotential(false), needStress(false),
32 <      velocitizer_(NULL), dumpWriter(NULL), statWriter(NULL), thermo(info),
31 >    : info_(info), forceMan_(NULL) , needPotential(false), needStress(false), velocitizer_(NULL),
32 >      needVelocityScaling(false), dumpWriter(NULL), statWriter(NULL), thermo(info),
33        currentSnapshot_(info->getSnapshotManager()->getCurrentSnapshot()) {
34  
35      Globals* simParams = info->getSimParams();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines