| 143 |
|
void setDefaultEcr( double theEcr ); |
| 144 |
|
void setEcr( double theEcr, double theEst ); |
| 145 |
|
void setDefaultEcr( double theEcr, double theEst ); |
| 146 |
+ |
void checkCutOffs( void ); |
| 147 |
|
|
| 148 |
|
double getRcut( void ) { return rCut; } |
| 149 |
|
double getRlist( void ) { return rList; } |
| 202 |
|
void calcHmatInv( void ); |
| 203 |
|
void calcBoxL(); |
| 204 |
|
double calcMaxCutOff(); |
| 204 |
– |
void checkCutOffs( void ); |
| 205 |
|
|
| 206 |
+ |
|
| 207 |
|
// private function to initialize the fortran side of the simulation |
| 208 |
|
setFortranSim_TD setFsimulation; |
| 209 |
|
|