| # | 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 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |