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

Comparing branches/new_design/OOPSE-4/src/integrators/NPTi.hpp (file contents):
Revision 1821 by tim, Tue Nov 23 23:12:23 2004 UTC vs.
Revision 1822 by tim, Thu Dec 2 02:08:29 2004 UTC

# Line 54 | Line 54 | class NPTi : public NPT {
54  
55          virtual void getVelScaleA(Vector3d& sc, const Vector3d& vel);
56          virtual void getVelScaleB(Vector3d& sc, int index );
57 <        virtual void getPosScale(const Vector3d& pos, const Vector3d& COM,
58 <                                               int index, Vector3d& sc);
57 >        virtual void getPosScale(const Vector3d& pos, const Vector3d& COM, int index, Vector3d& sc);
58  
59          virtual void calcVelScale();
60          virtual double calcConservedQuantity();
61  
62 +        virtual void loadEta();
63 +        virtual void saveEta();
64 +                    
65          double eta;
66          double oldEta;
67          double prevEta;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines