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 1822 by tim, Thu Dec 2 02:08:29 2004 UTC vs.
Revision 1837 by tim, Thu Dec 2 22:15:31 2004 UTC

# Line 40 | Line 40 | class NPTf : public NPT{
40   class NPTf : public NPT{
41      public:
42  
43 <        NPTf ( SimInfo* info);
43 >        NPTf ( SimInfo* info) : NPT(info) {}
44  
45      protected:
46  
# Line 62 | Line 62 | class NPTf : public NPT{
62          virtual void scaleSimBox();
63          virtual double calcConservedQuantity();
64  
65 +        virtual void loadEta();
66 +        virtual void saveEta();
67 +            
68          Mat3x3d oldEta;
69          Mat3x3d prevEta;
70          Mat3x3d vScale;
71   };
72  
73 +
74   }//end namespace oopse
75  
76   #endif //INTEGRATORS_NPTF_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines