--- trunk/mdtools/md_code/Thermo.cpp 2003/01/30 20:03:37 254 +++ trunk/mdtools/md_code/Thermo.cpp 2003/02/03 21:15:59 261 @@ -18,9 +18,7 @@ Thermo::Thermo( SimInfo* the_entry_plug ) { entry_plug = the_entry_plug; int baseSeed = BASE_SEED; - cerr << "creating thermo stream\n"; gaussStream = new gaussianSPRNG( baseSeed ); - cerr << "created thermo stream\n"; } Thermo::~Thermo(){