--- trunk/mdtools/interface_implementation/SimSetup.cpp 2003/01/30 20:03:37 254 +++ trunk/mdtools/interface_implementation/SimSetup.cpp 2003/02/03 21:15:59 261 @@ -238,11 +238,11 @@ void SimSetup::createSim( void ){ mpiSim = new mpiSimulation( simnfo ); - fprintf( stderr, "about to call divideLabour.\n" ); + globalIndex = mpiSim->divideLabor(); - fprintf(stderr, "we're back from divideLabour\n" ); + // set up the local variables @@ -396,7 +396,7 @@ void SimSetup::createSim( void ){ the_ff->setSimInfo( simnfo ); makeAtoms(); - + // if( tot_bonds ){ makeBonds(); }