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

Comparing trunk/src/io/ZConsReader.hpp (file contents):
Revision 962 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 65 | Line 65 | namespace oopse {
65      int getNZMols() {return allZmols_.size();}
66      int getNFixedZmols() {return fixedZmolData_.size();}
67      const std::vector<ZconsData>& getFixedZMolData() {return fixedZmolData_; }    
68 <    double getCurTime() {return curTime_; }
68 >    RealType getCurTime() {return curTime_; }
69      
70    private:
71      
72      std::ifstream istream_;    
73      SimInfo* info_;    
74      std::vector<int> allZmols_;
75 <    double curTime_;    
75 >    RealType curTime_;    
76      std::vector<ZconsData> fixedZmolData_;
77      const static int MAXBUFFERSIZE = 2000;    
78    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines