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

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

# Line 41 | Line 41 | class NPTf : public NPT{
41      public:
42  
43          NPTf ( SimInfo* info);
44        virtual ~NPTf();
44  
45      protected:
46  
# Line 56 | Line 55 | class NPTf : public NPT{
55  
56          virtual void getVelScaleA(Vector3d& sc, const Vector3d& vel);
57          virtual void getVelScaleB(Vector3d& sc, int index );
58 <        virtual void getPosScale(const Vector3d& pos, const Vector3d& COM,
60 <                                               int index, Vector3d& sc);
58 >        virtual void getPosScale(const Vector3d& pos, const Vector3d& COM,  int index, Vector3d& sc);
59  
60          virtual void calcVelScale();
61          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines