ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/DumpWriter.cpp
(Generate patch)

Comparing trunk/src/io/DumpWriter.cpp (file contents):
Revision 965 by tim, Fri May 19 20:45:55 2006 UTC vs.
Revision 966 by chrisfen, Fri May 19 21:26:41 2006 UTC

# Line 483 | Line 483 | namespace oopse {
483                }
484              }
485  
486 <            sprintf(writeLine, "\n");
487 <            os << writeLine;
486 >            os << writeLine << "\n";
487  
488            } // end for(int l =0)
489  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines