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 1774 by tim, Tue Nov 23 23:12:23 2004 UTC vs.
Revision 1837 by tim, Thu Dec 2 22:15:31 2004 UTC

# Line 43 | Line 43 | class NVT : public VerlocityVerletIntegrator{
43   * Basic thermostating via Hoover, Phys.Rev.A, 1985, Vol. 31 (5) 1695-1697
44   * @todo document
45   */
46 < class NVT : public VerlocityVerletIntegrator{
46 > class NVT : public VelocityVerletIntegrator{
47      public:
48          NVT(SimInfo* info);
49  
# Line 97 | Line 97 | Integrator* createNVT(SimInfo* info);
97          std::vector<Vector3d> oldJi_;
98   };
99  
100 Integrator* createNVT(SimInfo* info);
100  
101   } //end namespace oopse
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines