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

Comparing trunk/src/io/DumpWriter.hpp (file contents):
Revision 1023 by chuckv, Tue Dec 6 17:52:45 2005 UTC vs.
Revision 1024 by tim, Wed Aug 30 18:42:29 2006 UTC

# Line 82 | Line 82 | namespace oopse {
82    private:  
83          
84      void writeFrame(std::ostream& os);
85 <    void writeCommentLine(std::ostream& os, Snapshot* s);
85 >    void writeFrameProperties(std::ostream& os, Snapshot* s);
86 >    std::string prepareDumpLine(StuntDouble* integrableObject);
87      std::ostream* createOStream(const std::string& filename);
88 +    void writeClosing(std::ostream& os);
89      
90      SimInfo* info_;
91      std::string filename_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines