| # | Line 220 | Line 220 | void Integrator::integrate( void ){ | |
|---|---|---|
| 220 | integrateStep( calcPot, calcStress ); | |
| 221 | ||
| 222 | currTime += dt; | |
| 223 | + | info->setTime(currTime); |
| 224 | ||
| 225 | if( info->setTemp ){ | |
| 226 | if( currTime >= currThermal ){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |