mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-05 18:57:00 -05:00
The check introduced in f6f868fe28 takes place too late, as the pointer to
ReactorBase.m_thermo has already been dereferenced at this point. Most compilers
let this pass, but it is techincally incorrect.