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

Comparing branches/new_design/OOPSE-4/src/io/DumpWriter.cpp (file contents):
Revision 1831 by tim, Thu Dec 2 05:17:10 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 15 | Line 15 | DumpWriter::DumpWriter(SimInfo* info, const std::strin
15      if (worldRank == 0) {
16   #endif // is_mpi
17  
18 <        dumpFile_.open(filename_.c_str(), ios::out | ios::trunc);
18 >        dumpFile_.open(filename_.c_str(), std::ios::out | std::ios::trunc);
19  
20          if (!dumpFile_) {
21              sprintf(painCave.errMsg, "Could not open \"%s\" for dump output.\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines