| # | Line 255 | Line 255 | template<typename T> void Integrator<T>::integrate(voi | |
|---|---|---|
| 255 | ||
| 256 | if (info->getTime() >= currStatus){ | |
| 257 | statOut->writeStat(info->getTime()); | |
| 258 | < | statOut->writeRaw(info->getTime()); | 
| 258 | > | if (info->useThermInt) | 
| 259 | > | statOut->writeRaw(info->getTime()); | 
| 260 | calcPot = 0; | |
| 261 | calcStress = 0; | |
| 262 | currStatus += statusTime; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |