| # | Line 331 | Line 331 | void LJFF::readParams( void ){ | |
|---|---|---|
| 331 | MPIcheckPoint(); | |
| 332 | ||
| 333 | headAtomType = new LinkedAtomType; | |
| 334 | < | recieveFrcStruct( &info, mpiAtomStructType ); |
| 334 | > | receiveFrcStruct( &info, mpiAtomStructType ); |
| 335 | ||
| 336 | while( !info.last ){ | |
| 337 | ||
| # | Line 341 | Line 341 | void LJFF::readParams( void ){ | |
| 341 | ||
| 342 | MPIcheckPoint(); | |
| 343 | ||
| 344 | < | recieveFrcStruct( &info, mpiAtomStructType ); |
| 344 | > | receiveFrcStruct( &info, mpiAtomStructType ); |
| 345 | } | |
| 346 | } | |
| 347 | #endif // is_mpi | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |