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

Comparing trunk/src/io/RestWriter.hpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1407 by cli2, Wed Jan 20 16:04:40 2010 UTC

# Line 65 | Line 65 | namespace OpenMD {
65      ~RestWriter();
66  
67      void writeRest(std::vector<std::map<int, Restraint::RealPair> > restInfo);
68 +
69 +    void writeClosing(std::ostream& os);
70      
71    private:    
72      SimInfo* info_;
73 <    std::ofstream output_;
73 >    std::ostream *output_;
74 >    bool createRestFile_;
75    };
76  
77   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines