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

Comparing branches/development/src/integrators/LangevinHullDynamics.hpp (file contents):
Revision 1857 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1858 by gezelter, Wed Apr 3 21:32:13 2013 UTC

# Line 47 | Line 47 | namespace OpenMD {
47   #include "integrators/VelocityVerletIntegrator.hpp"
48  
49   namespace OpenMD {
50 <
51 <
52 <
53 < class LangevinHullDynamics: public VelocityVerletIntegrator {
50 >  class LangevinHullDynamics: public VelocityVerletIntegrator {
51    public:
52      LangevinHullDynamics(SimInfo* info);
53 <
53 >    
54    private:    
55      virtual void moveA();
56      virtual void moveB();
57 <    virtual RealType calcConservedQuantity();            
61 <    
57 >    virtual RealType calcConservedQuantity();
58   };
59  
60   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines