ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/ZConsWriter.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/ZConsWriter.hpp (file contents):
Revision 2203 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
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
# Line 60 | Line 60 | class ZConsWriter {
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines