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

Comparing trunk/src/io/ZConsWriter.hpp (file contents):
Revision 246 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1241 by gezelter, Fri Apr 25 15:14:47 2008 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 54 | Line 54
54   #include "brains/SimInfo.hpp"
55   #include "constraints/ZconsStruct.hpp"
56  
57 #ifdef IS_MPI
58 #include <mpi.h>
59 #endif
60
57   namespace oopse {
58  
59 < class ZConsWriter {
59 >  class ZConsWriter {
60  
61 <    public:
62 <        ZConsWriter(SimInfo* info, const std::string& filename);
63 <        ~ZConsWriter();  
61 >  public:
62 >    ZConsWriter(SimInfo* info, const std::string& filename);
63 >    ~ZConsWriter();  
64  
65 <        void writeFZ(const std::list<ZconstraintMol>& fixedZmols);
65 >    void writeFZ(const std::list<ZconstraintMol>& fixedZmols);
66            
67 <    private:
68 <        void writeZPos();
67 >  private:
68 >    void writeZPos();
69  
70 <        SimInfo* info_;
71 <        std::ofstream output_;
70 >    SimInfo* info_;
71 >    std::ofstream output_;
72  
73 < };
73 >  };
74  
75   }
76   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines