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

Comparing branches/new_design/OOPSE-2.0/src/io/ZConsWriter.hpp (file contents):
Revision 1831 by tim, Thu Dec 2 05:04:20 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 20 | Line 20 | class ZConsWriter { (public)
20  
21   class ZConsWriter {
22  
23 < public:
24 <  ZConsWriter(const char* filename,  std::vector<ZConsParaItem>* thePara);
25 <  ~ZConsWriter();  
26 <  
27 <  void writeFZ(double time, int num, int* index, double* fz, double* curZPos, double* zpos);
28 <  
29 < private:
30 <  void writeZPos();
31 <  ofstream output;
32 <   std::vector<ZConsParaItem>* parameters;
23 >    public:
24 >        ZConsWriter(const char* filename,  std::vector<ZConsParaItem>* thePara);
25 >        ~ZConsWriter();  
26 >
27 >        void writeFZ(double time, int num, int* index, double* fz, double* curZPos, double* zpos);
28 >          
29 >    private:
30 >        void writeZPos();
31 >        std::ofstream output;
32 >        std::vector<ZConsParaItem>* parameters;
33   };
34  
35   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines