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 1469 by gezelter, Mon Jul 19 14:07:59 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 +      std::cerr << __PRETTY_FUNCTION__ << "\n";  
104        forceMan_ = new ForceManager(info);
105 <    
105 >    
106        // check for the temperature set flag (velocity scaling)      
107        if (simParams->haveTempSet()) {
108          needVelocityScaling = simParams->getTempSet();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines