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 1866 by tim, Thu Dec 2 16:04:19 2004 UTC vs.
Revision 1867 by tim, Tue Dec 7 23:08:14 2004 UTC

# Line 69 | Line 69 | void DumpWriter::writeCommentLine(std::ostream& os, Sn
69      os << currentTime << ";\t"
70           << hmat(0, 0) << "\t" << hmat(1, 0) << "\t" << hmat(2, 0) << ";\t"
71           << hmat(0, 1) << "\t" << hmat(1, 1) << "\t" << hmat(2, 1) << ";\t"
72 <         << hmat(0, 2) << "\t" << hmat(1, 2) << "\t" << hmat(2, 2) << ";";
72 >         << hmat(0, 2) << "\t" << hmat(1, 2) << "\t" << hmat(2, 2) << ";\t";
73  
74      //write out additional parameters, such as chi and eta
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines