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

Comparing trunk/src/integrators/SMIPDynamics.cpp (file contents):
Revision 1294 by chuckv, Wed Sep 17 00:23:39 2008 UTC vs.
Revision 1324 by gezelter, Wed Nov 26 14:26:17 2008 UTC

# Line 56 | Line 56 | namespace oopse {
56    
57     SMIPDynamics::SMIPDynamics(SimInfo* info) : VelocityVerletIntegrator(info){
58      setForceManager(new SMIPDForceManager(info));
59
60    // Langevin Dynamics Force Manager needs to know about the half-time step
61    // size to get convergence on the friction forces:
62    dynamic_cast<SMIPDForceManager*>(forceMan_)->setDt2(dt2);
63
59    }
60    
61    void SMIPDynamics::moveA(){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines