ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/integrators/NVE.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/integrators/NVE.hpp (file contents):
Revision 1773 by tim, Fri Nov 19 17:56:32 2004 UTC vs.
Revision 1774 by tim, Tue Nov 23 23:12:23 2004 UTC

# Line 42 | Line 42 | class NVE : public VerlocityVerletIntegrator{
42      public:
43          NVE(SimInfo* info);
44  
45 <    protected:
45 >    private:
46          virtual void moveA();
47          virtual void moveB();
48 +        virtual double calcConservedQuantity();        
49   };
50  
51   Integrator* createNVE(SimInfo* info);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines