# | Line 65 | Line 65 | namespace oopse { | |
---|---|---|
65 | targetTemp_ = simParams->getTargetTemp(); | |
66 | } | |
67 | ||
68 | < | // We must set tauThermostat_. |
68 | > | // We must set tauThermostat. |
69 | ||
70 | if (!simParams->haveTauThermostat()) { | |
71 | sprintf(painCave.errMsg, "If you use the constant temperature\n" | |
72 | < | "\tintegrator, you must set tauThermostat_.\n"); |
72 | > | "\tintegrator, you must set tauThermostat.\n"); |
73 | ||
74 | painCave.severity = OOPSE_ERROR; | |
75 | painCave.isFatal = 1; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |