| # | 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 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |