ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/InitializeFromFile.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/InitializeFromFile.cpp (file contents):
Revision 1197 by tim, Thu Apr 22 21:33:55 2004 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 649 | Line 649 | void initFile::nodeZeroError( void ){
649    int j, myStatus;
650  
651    myStatus = 0;
652 <  for (j = 0; j < mpiSim->getNumberProcessors(); j++) {
652 >  for (j = 0; j < mpiSim->getNprocessors(); j++) {
653      MPI_Send( &myStatus, 1, MPI_INT, j,
654                TAKE_THIS_TAG_INT, MPI_COMM_WORLD);
655    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines