| 139 |
|
void getBoxM( double theBox[3][3] ); |
| 140 |
|
void scaleBox( double scale ); |
| 141 |
|
|
| 142 |
– |
void setRcut( double theRcut ); |
| 142 |
|
void setDefaultRcut( double theRcut ); |
| 144 |
– |
void setEcr( double theEcr ); |
| 143 |
|
void setDefaultEcr( double theEcr ); |
| 146 |
– |
void setEcr( double theEcr, double theEst ); |
| 144 |
|
void setDefaultEcr( double theEcr, double theEst ); |
| 145 |
|
void checkCutOffs( void ); |
| 146 |
|
|
| 183 |
|
|
| 184 |
|
SimState* myConfiguration; |
| 185 |
|
|
| 186 |
< |
double origRcut, origEcr; |
| 190 |
< |
int boxIsInit, haveOrigRcut, haveOrigEcr; |
| 186 |
> |
int boxIsInit, haveRcut, haveEcr; |
| 187 |
|
|
| 192 |
– |
double oldEcr; |
| 193 |
– |
double oldRcut; |
| 194 |
– |
|
| 188 |
|
double rList, rCut; // variables for the neighborlist |
| 189 |
|
double ecr; // the electrostatic cutoff radius |
| 190 |
|
double est; // the electrostatic skin thickness |