ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/DumpWriter.cpp (file contents):
Revision 572 by mmeineke, Wed Jul 2 21:26:55 2003 UTC vs.
Revision 586 by mmeineke, Wed Jul 9 22:14:06 2003 UTC

# Line 81 | Line 81 | void DumpWriter::writeDump( double currentTime ){
81      
82    outFile << nAtoms << "\n";
83      
84 <  outFile << currentTime << "\t"
84 >  outFile << currentTime << ";\t"
85            << entry_plug->Hmat[0] << "\t"
86            << entry_plug->Hmat[1] << "\t"
87 <          << entry_plug->Hmat[2] << "\t"
87 >          << entry_plug->Hmat[2] << ";\t"
88  
89            << entry_plug->Hmat[3] << "\t"
90            << entry_plug->Hmat[4] << "\t"
91 <          << entry_plug->Hmat[5] << "\t"
91 >          << entry_plug->Hmat[5] << ";\t"
92  
93            << entry_plug->Hmat[6] << "\t"
94            << entry_plug->Hmat[7] << "\t"
95 <          << entry_plug->Hmat[8] << "\n";
95 >          << entry_plug->Hmat[8] << ";\n";
96      
97    for( i=0; i<nAtoms; i++ ){
98        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines