--- trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/07/02 21:26:55 572 +++ trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/07/09 22:14:06 586 @@ -81,18 +81,18 @@ void DumpWriter::writeDump( double currentTime ){ outFile << nAtoms << "\n"; - outFile << currentTime << "\t" + outFile << currentTime << ";\t" << entry_plug->Hmat[0] << "\t" << entry_plug->Hmat[1] << "\t" - << entry_plug->Hmat[2] << "\t" + << entry_plug->Hmat[2] << ";\t" << entry_plug->Hmat[3] << "\t" << entry_plug->Hmat[4] << "\t" - << entry_plug->Hmat[5] << "\t" + << entry_plug->Hmat[5] << ";\t" << entry_plug->Hmat[6] << "\t" << entry_plug->Hmat[7] << "\t" - << entry_plug->Hmat[8] << "\n"; + << entry_plug->Hmat[8] << ";\n"; for( i=0; i