--- trunk/mdtools/md_code/Thermo.cpp 2003/01/30 20:03:37 254 +++ trunk/mdtools/md_code/Thermo.cpp 2003/02/04 20:16:08 264 @@ -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(){ @@ -102,6 +100,7 @@ double Thermo::getPotential(){ #ifdef IS_MPI MPI::COMM_WORLD.Allreduce(&potential,&potential_global,1,MPI_DOUBLE,MPI_SUM); potential = potential_global; + #endif // is_mpi return potential;