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

Comparing trunk/src/integrators/Integrator.cpp (file contents):
Revision 993 by chrisfen, Thu Jun 22 15:21:01 2006 UTC vs.
Revision 1329 by gezelter, Sat Mar 14 01:23:53 2009 UTC

# Line 46 | Line 46 | namespace oopse {
46    Integrator::Integrator(SimInfo* info)
47      : info_(info), forceMan_(NULL) , needPotential(false), needStress(false),
48        needReset(false), velocitizer_(NULL), needVelocityScaling(false),
49 +      rnemd_(NULL), useRNEMD(false),
50        dumpWriter(NULL), statWriter(NULL), thermo(info),
51        currentSnapshot_(info->getSnapshotManager()->getCurrentSnapshot()) {
52  
# Line 119 | Line 120 | namespace oopse {
120        // Create a default a velocitizer: If the subclass wants to use
121        // a different velocitizer, use setVelocitizer
122        velocitizer_ = new Velocitizer(info);
123 +      // Create a default a velocitizer: If the subclass wants to use
124 +      // a different velocitizer, use setVelocitizer
125 +      velocitizer_ = new Velocitizer(info);
126      
127      }
128  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines