| 3 |
|
|
| 4 |
|
#include "Atom.hpp" |
| 5 |
|
#include "SRI.hpp" |
| 6 |
– |
#include "LRI.hpp" |
| 6 |
|
#include "Integrator.hpp" |
| 7 |
|
#include "SimInfo.hpp" |
| 8 |
|
#include "Thermo.hpp" |
| 163 |
|
// the first time integrate is called, the forces need to be initialized |
| 164 |
|
|
| 165 |
|
|
| 166 |
< |
myFF->doForces(1); |
| 166 |
> |
myFF->doForces(1,0); |
| 167 |
|
|
| 168 |
|
if( entry_plug->setTemp ){ |
| 169 |
|
tStats->velocitize(); |
| 215 |
|
|
| 216 |
|
// calculate the forces |
| 217 |
|
|
| 218 |
< |
myFF->doForces(calcPot); |
| 218 |
> |
myFF->doForces(calcPot,0); |
| 219 |
|
|
| 220 |
|
// finish the constrain move ( same as above. ) |
| 221 |
|
|
| 268 |
|
|
| 269 |
|
// calculate the forces |
| 270 |
|
|
| 271 |
< |
myFF->doForces(calcPot); |
| 271 |
> |
myFF->doForces(calcPot,0); |
| 272 |
|
|
| 273 |
|
// complete the verlet move |
| 274 |
|
|