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

Comparing branches/new_design/OOPSE-2.0/src/io/DumpWriter.cpp (file contents):
Revision 1829 by tim, Thu Dec 2 05:14:58 2004 UTC vs.
Revision 1830 by tim, Thu Dec 2 05:17:10 2004 UTC

# Line 79 | Line 79 | void DumpWriter::writeCommentLine(std::ostream& os, Sn
79           << eta(0, 1) << "\t" << eta(1, 1) << "\t" << eta(2, 1) << ";\t"
80           << eta(0, 2) << "\t" << eta(1, 2) << "\t" << eta(2, 2) << ";";
81          
82 <    os << endl;
82 >    os << std::endl;
83   }
84  
85   void DumpWriter::writeFrame(std::ostream& os) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines