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

Comparing trunk/src/integrators/Integrator.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 49 | Line 49 | namespace OpenMD {
49  
50   namespace OpenMD {
51    Integrator::Integrator(SimInfo* info)
52 <    : info_(info), forceMan_(NULL) , needPotential(false), needStress(false),
53 <      needReset(false), velocitizer_(NULL), needVelocityScaling(false),
54 <      rnemd_(NULL), useRNEMD(false), rotAlgo_(NULL), flucQ_(NULL),
55 <      rattle_(NULL), dumpWriter(NULL), statWriter(NULL), thermo(info),
56 <      snap(info->getSnapshotManager()->getCurrentSnapshot()) {
52 >    : info_(info), forceMan_(NULL), rotAlgo_(NULL), flucQ_(NULL),
53 >      rattle_(NULL), velocitizer_(NULL), rnemd_(NULL),
54 >      needPotential(false), needStress(false),
55 >      needReset(false),  needVelocityScaling(false),
56 >      useRNEMD(false), dumpWriter(NULL), statWriter(NULL), thermo(info_),
57 >      snap(info_->getSnapshotManager()->getCurrentSnapshot()) {
58      
59      simParams = info->getSimParams();
60      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines