--- trunk/mdtools/md_code/Thermo.cpp 2003/02/03 21:15:59 261 +++ trunk/mdtools/md_code/Thermo.cpp 2003/02/04 20:16:08 264 @@ -100,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;