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

Comparing trunk/src/integrators/LangevinDynamics.cpp (file contents):
Revision 895 by tim, Mon Mar 13 22:42:40 2006 UTC vs.
Revision 945 by gezelter, Tue Apr 25 02:09:01 2006 UTC

# Line 53 | Line 53 | namespace oopse {
53   #include "integrators/LDForceManager.hpp"
54   namespace oopse {
55  
56 <
56 >  
57    LangevinDynamics::LangevinDynamics(SimInfo* info) : VelocityVerletIntegrator(info){
58      setForceManager(new LDForceManager(info));
59    }
60 <
60 >  
61    void LangevinDynamics::moveA(){
62      SimInfo::MoleculeIterator i;
63      Molecule::IntegrableObjectIterator  j;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines