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

Comparing branches/new_design/OOPSE-3.0/src/io/ZConsWriter.hpp (file contents):
Revision 1825 by tim, Thu Dec 2 03:12:25 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 21 | Line 21 | class ZConsWriter { (public)
21   class ZConsWriter {
22  
23   public:
24 <  ZConsWriter(const char* filename, vector<ZConsParaItem>* thePara);
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);
# Line 29 | Line 29 | class ZConsWriter { (public)
29   private:
30    void writeZPos();
31    ofstream output;
32 <  vector<ZConsParaItem>* parameters;
32 >   std::vector<ZConsParaItem>* parameters;
33   };
34  
35   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines