--- trunk/src/io/ZConsReader.hpp 2005/04/15 22:04:00 507 +++ trunk/src/io/ZConsReader.hpp 2006/05/17 21:51:42 963 @@ -65,14 +65,14 @@ namespace oopse { int getNZMols() {return allZmols_.size();} int getNFixedZmols() {return fixedZmolData_.size();} const std::vector& getFixedZMolData() {return fixedZmolData_; } - double getCurTime() {return curTime_; } + RealType getCurTime() {return curTime_; } private: std::ifstream istream_; SimInfo* info_; std::vector allZmols_; - double curTime_; + RealType curTime_; std::vector fixedZmolData_; const static int MAXBUFFERSIZE = 2000; };