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 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 965 by tim, Fri May 19 20:45:55 2006 UTC

# Line 606 | Line 606 | namespace oopse {
606                }
607              }
608  
609 <            sprintf(writeLine, "\n");
610 <            os << writeLine;
609 >            os << writeLine << "\n";
610  
611            } //end for(iter = integrableObject.begin())
612          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines