ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/Thermo.hpp
(Generate patch)

Comparing trunk/mdtools/headers/Thermo.hpp (file contents):
Revision 222 by mmeineke, Tue Jul 9 18:40:59 2002 UTC vs.
Revision 223 by chuckv, Fri Jan 3 22:04:50 2003 UTC

# Line 6 | Line 6
6   #include "LRI.hpp"
7   #include "Integrator.hpp"
8   #include "SimInfo.hpp"
9 + #include "randomSPRNG.hpp"
10  
11   class Thermo{
12  
13   public:
14    
15 <  Thermo( SimInfo* the_entry_plug ) { entry_plug = the_entry_plug; }
16 <  ~Thermo() {}
15 >  Thermo( SimInfo* the_entry_plug );
16 >  ~Thermo();
17  
18    // note: all the following energies are in kcal/mol
19  
# Line 27 | Line 28 | class Thermo{ (private)
28                       // NOTE: srand48 should be seeded before calling.
29   private:
30    SimInfo* entry_plug;
31 +  gaussianSPRNG *gaussStream;
32    
33   };
34   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines