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

Comparing trunk/mdtools/md_code/DumpWriter.cpp (file contents):
Revision 215 by chuckv, Thu Dec 19 21:59:51 2002 UTC vs.
Revision 249 by chuckv, Mon Jan 27 21:28:19 2003 UTC

# Line 329 | Line 329 | void DumpWriter::writeFinal(){
329      
330    finalOut << nAtoms << "\n";
331      
332 <  finalOut << currentTime << "\t"
333 <          << entry_plug->box_x << "\t"
334 <          << entry_plug->box_y << "\t"
335 <          << entry_plug->box_z << "\n";
332 >  finalOut << entry_plug->box_x << "\t"
333 >           << entry_plug->box_y << "\t"
334 >           << entry_plug->box_z << "\n";
335      
336    for( i=0; i<nAtoms; i++ ){
337        
# Line 387 | Line 386 | void DumpWriter::writeFinal(){
386    if( worldRank == 0 ){
387      finalOut << entry_plug->mpiSim->getTotAtoms() << "\n";
388        
389 <    finalOut << currentTime << "\t"
390 <            << entry_plug->box_x << "\t"
391 <            << entry_plug->box_y << "\t"
392 <            << entry_plug->box_z << "\n";
394 <
389 >    finalOut << entry_plug->box_x << "\t"
390 >             << entry_plug->box_y << "\t"
391 >             << entry_plug->box_z << "\n";
392 >    
393      masterIndex = 0;
394      for( i=0; i<nAtoms; i++ ){
395        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines