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

Comparing trunk/OOPSE/libmdtools/DumpWriter.cpp (file contents):
Revision 949 by chuckv, Thu Jan 15 21:57:10 2004 UTC vs.
Revision 951 by mmeineke, Fri Jan 16 21:51:51 2004 UTC

# Line 143 | Line 143 | void DumpWriter::writeFinal(double currentTime){
143  
144   #ifdef IS_MPI
145    if(worldRank == 0 ){
146 + #endif // is_mpi
147  
148      finalOut.open( entry_plug->finalName, ios::out | ios::trunc );
149  
# Line 154 | Line 155 | void DumpWriter::writeFinal(double currentTime){
155        simError();
156      }
157  
158 + #ifdef IS_MPI
159    }
160   #endif // is_mpi
161    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines