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

Comparing branches/development/src/integrators/Integrator.cpp (file contents):
Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1470 by gezelter, Mon Jul 19 18:48:23 2010 UTC

# Line 99 | Line 99 | namespace OpenMD {
99        
100        // Create a default ForceManager: If the subclass wants to use
101        // a different ForceManager, use setForceManager
102 +
103        forceMan_ = new ForceManager(info);
104 <    
104 >    
105        // check for the temperature set flag (velocity scaling)      
106        if (simParams->haveTempSet()) {
107          needVelocityScaling = simParams->getTempSet();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines