| # | Line 238 | Line 238 | void SimSetup::createSim( void ){ | |
|---|---|---|
| 238 | ||
| 239 | mpiSim = new mpiSimulation( simnfo ); | |
| 240 | ||
| 241 | < | fprintf( stderr, "about to call divideLabour.\n" ); |
| 241 | > | |
| 242 | ||
| 243 | globalIndex = mpiSim->divideLabor(); | |
| 244 | ||
| 245 | < | fprintf(stderr, "we're back from divideLabour\n" ); |
| 245 | > | |
| 246 | ||
| 247 | // set up the local variables | |
| 248 | ||
| # | Line 396 | Line 396 | void SimSetup::createSim( void ){ | |
| 396 | the_ff->setSimInfo( simnfo ); | |
| 397 | ||
| 398 | makeAtoms(); | |
| 399 | < | |
| 399 | > | // |
| 400 | if( tot_bonds ){ | |
| 401 | makeBonds(); | |
| 402 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |