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 |
|
}; |