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

Comparing branches/new_design/OOPSE-2.0/src/integrators/NVT.hpp (file contents):
Revision 1821 by tim, Thu Dec 2 00:26:23 2004 UTC vs.
Revision 1867 by tim, Tue Dec 7 23:08:14 2004 UTC

# Line 79 | Line 79 | class NVT : public VelocityVerletIntegrator{
79              chiTolerance_ = tol;
80          }
81  
82        virtual void update() ;
82          
83      protected:
84          virtual void moveA();
85 +
86          virtual void moveB();
87  
88 +        virtual void doUpdate() ;
89 +        
90      private:
91          virtual double calcConservedQuantity();              
92  
# Line 97 | Line 99 | Integrator* createNVT(SimInfo* info);
99          std::vector<Vector3d> oldJi_;
100   };
101  
100 Integrator* createNVT(SimInfo* info);
102  
103   } //end namespace oopse
104  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines