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.
branches/development/src/io/RestWriter.hpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 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   }

Comparing:
trunk/src/io/RestWriter.hpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/io/RestWriter.hpp (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines