--- branches/new_design/OOPSE-4/src/io/DumpWriter.cpp 2004/12/07 14:43:58 1866 +++ branches/new_design/OOPSE-4/src/io/DumpWriter.cpp 2004/12/07 23:08:14 1867 @@ -69,7 +69,7 @@ void DumpWriter::writeCommentLine(std::ostream& os, Sn os << currentTime << ";\t" << hmat(0, 0) << "\t" << hmat(1, 0) << "\t" << hmat(2, 0) << ";\t" << hmat(0, 1) << "\t" << hmat(1, 1) << "\t" << hmat(2, 1) << ";\t" - << hmat(0, 2) << "\t" << hmat(1, 2) << "\t" << hmat(2, 2) << ";"; + << hmat(0, 2) << "\t" << hmat(1, 2) << "\t" << hmat(2, 2) << ";\t"; //write out additional parameters, such as chi and eta