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 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 721 by chrisfen, Tue Nov 8 13:32:27 2005 UTC

# Line 82 | Line 82 | namespace oopse {
82          
83      void writeFrame(std::ostream& os);
84      void writeCommentLine(std::ostream& os, Snapshot* s);
85 +    std::ostream* createOStream(const std::string& filename);
86 +    
87      SimInfo* info_;
88      std::string filename_;
89 <    std::ofstream dumpFile_;
89 >    std::ostream* dumpFile_;
90      std::string eorFilename_;
91 +    bool needCompression_;
92 +    bool needForceVector_;
93    };
94  
95   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines