ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/DumpWriter.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1935 by tim, Wed Jan 12 23:24:55 2005 UTC

# Line 436 | Line 436 | void DumpWriter::writeFrame(std::ostream& os) {
436          } //end for(i = 0; i < mpiSim->getNmol())
437  
438          os.flush();
439 <        std::cout << "master" << std::endl;
439 >        
440          sprintf(checkPointMsg, "Sucessfully took a dump.\n");
441
441          MPIcheckPoint();
442  
443          delete [] potatoes;
# Line 541 | Line 540 | void DumpWriter::writeFrame(std::ostream& os) {
540              }
541              
542          }
544        std::cout << "slave" << std::endl;
543          sprintf(checkPointMsg, "Sucessfully took a dump.\n");
544          MPIcheckPoint();
545      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines