| 1 | < | /* | 
| 1 | > | /* | 
| 2 |  | * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. | 
| 3 |  | * | 
| 4 |  | * The University of Notre Dame grants you ("Licensee") a | 
| 60 |  |  | 
| 61 |  | namespace oopse { | 
| 62 |  |  | 
| 63 | < | class ZConsWriter { | 
| 63 | > | class ZConsWriter { | 
| 64 |  |  | 
| 65 | < | public: | 
| 66 | < | ZConsWriter(SimInfo* info, const std::string& filename); | 
| 67 | < | ~ZConsWriter(); | 
| 65 | > | public: | 
| 66 | > | ZConsWriter(SimInfo* info, const std::string& filename); | 
| 67 | > | ~ZConsWriter(); | 
| 68 |  |  | 
| 69 | < | void writeFZ(const std::list<ZconstraintMol>& fixedZmols); | 
| 69 | > | void writeFZ(const std::list<ZconstraintMol>& fixedZmols); | 
| 70 |  |  | 
| 71 | < | private: | 
| 72 | < | void writeZPos(); | 
| 71 | > | private: | 
| 72 | > | void writeZPos(); | 
| 73 |  |  | 
| 74 | < | SimInfo* info_; | 
| 75 | < | std::ofstream output_; | 
| 74 | > | SimInfo* info_; | 
| 75 | > | std::ofstream output_; | 
| 76 |  |  | 
| 77 | < | }; | 
| 77 | > | }; | 
| 78 |  |  | 
| 79 |  | } | 
| 80 |  | #endif |