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