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

Comparing trunk/OOPSE/libmdtools/DumpReader.cpp (file contents):
Revision 1129 by tim, Thu Apr 22 03:29:30 2004 UTC vs.
Revision 1130 by tim, Thu Apr 22 14:55:17 2004 UTC

# Line 368 | Line 368 | void DumpReader :: readSet( int whichFrame ){
368          MPI_Recv(&nCurObj, 1, MPI_INT, which_node,
369                 TAKE_THIS_TAG_INT, MPI_COMM_WORLD, &istatus);
370        
371 <       for(j=0; j < integrableObjects.size(); j++){
371 >       for(j=0; j < nCurObj; j++){
372          
373            eof_test = fgets(read_buffer, sizeof(read_buffer), inFile);
374            if(eof_test == NULL){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines