| # | Line 153 | Line 153 | void Integrator::integrate(void){ | |
|---|---|---|
| 153 | double thermalTime = info->thermalTime; | |
| 154 | double resetTime = info->resetTime; | |
| 155 | ||
| 156 | + | |
| 157 | ||
| 158 | double currSample; | |
| 159 | double currThermal; | |
| # | Line 254 | Line 255 | void Integrator::integrateStep(int calcPot, | |
| 255 | } | |
| 256 | ||
| 257 | void Integrator::integrateStep(int calcPot, | |
| 258 | < | int calcStress){ |
| 258 | > | int calcStress){ |
| 259 | // Position full step, and velocity half step | |
| 260 | preMove(); | |
| 261 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |