| 74 |
|
protected: |
| 75 |
|
void internalVisit(StuntDouble* sd, const std::string& prefix); |
| 76 |
|
bool isZconstraint(int index, std::string& prefix); |
| 77 |
< |
void readZconsFile(double time); |
| 77 |
> |
void readZconsFile(RealType time); |
| 78 |
|
|
| 79 |
|
private: |
| 80 |
< |
std::vector<double> zconsPos; |
| 80 |
> |
std::vector<RealType> zconsPos; |
| 81 |
|
std::map<int, ZConsState> zmolStates_; |
| 82 |
< |
double zconsTol_; |
| 83 |
< |
double zconsTime_; |
| 82 |
> |
RealType zconsTol_; |
| 83 |
> |
RealType zconsTime_; |
| 84 |
|
std::string zconsFilename_; |
| 85 |
|
ZConsReader* zconsReader_; |
| 86 |
|
SimInfo* info_; |