ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Integrator.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Integrator.hpp (file contents):
Revision 548 by mmeineke, Wed Jun 4 21:06:45 2003 UTC vs.
Revision 555 by mmeineke, Tue Jun 17 21:56:15 2003 UTC

# Line 77 | Line 77 | class Integrator : public BaseIntegrator { (protected)
77    
78   };
79  
80 + class NVE : public Integrator{
81  
82 +  NVE ( void ):
83 +    Integrator( theInfo, the_ff ){}
84 +  virtual ~NVE(){}
85 +
86 +  
87 +
88 + };
89 +
90   class NVT : public Integrator{
91  
92 <  NVT ( void );
92 >  NVT ( SimInfo &theInfo, ForceFields* the_ff ) :
93 >    Integrator( theInfo, the_ff );
94    virtual ~NVT();
95  
96   protected:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines