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 254 by chuckv, Thu Jan 30 20:03:37 2003 UTC vs.
Revision 256 by chuckv, Thu Jan 30 20:32:45 2003 UTC

# Line 391 | Line 391 | void DumpWriter::writeFinal(){
391               << entry_plug->box_z << "\n";
392      
393      masterIndex = 0;
394 +    
395 +    std::cerr << "about to write node 0 aztoms. nAtoms = " << nAtoms << "\n";
396 +    
397      for( i=0; i<nAtoms; i++ ){
398        
399        sprintf( tempBuffer,
# Line 423 | Line 426 | void DumpWriter::writeFinal(){
426        else
427          strcat( writeLine, "0.0\t0.0\t0.0\t0.0\t0.0\t0.0\t0.0\n" );
428          
429 <      outFile << writeLine;
429 >      finalOut << writeLine;
430        masterIndex++;
431      }
432      finalOut.flush();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines