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

Comparing trunk/mdtools/md_code/Thermo.cpp (file contents):
Revision 254 by chuckv, Thu Jan 30 20:03:37 2003 UTC vs.
Revision 261 by chuckv, Mon Feb 3 21:15:59 2003 UTC

# Line 18 | Line 18 | Thermo::Thermo( SimInfo* the_entry_plug ) {
18    entry_plug = the_entry_plug;
19    int baseSeed = BASE_SEED;
20    
21  cerr << "creating thermo stream\n";
21    gaussStream = new gaussianSPRNG( baseSeed );
23  cerr << "created thermo stream\n";
22   }
23  
24   Thermo::~Thermo(){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines