--- trunk/OOPSE/libmdtools/SimSetup.cpp 2003/03/27 22:16:27 431 +++ trunk/OOPSE/libmdtools/SimSetup.cpp 2003/03/27 23:33:40 432 @@ -239,8 +239,6 @@ void SimSetup::createSim( void ){ globalIndex = mpiSim->divideLabor(); - - // set up the local variables @@ -660,10 +658,13 @@ void SimSetup::createSim( void ){ if( !strcmp( force_field, "TraPPE_Ex" ) ) new Symplectic( simnfo, the_ff ); if( !strcmp( force_field, "LJ" ) ) new Verlet( *simnfo, the_ff ); - +#ifdef IS_MPI + mpiSim->mpiRefresh(); +#endif // initialize the Fortran - + + simnfo->refreshSim(); if( !strcmp( simnfo->mixingRule, "standard") ){