mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Added some more debug code, and initialized some boolean variables. The jenkins build gives a warning about that '"alq_is_limited" may be used uninitialized', though the warning is generated in another file (GasLiftWellState.hpp, line #44) it could be (?) caused by the fact that "alq_is_limited" might not be initialized before calling the constructor in GasLiftSingleWell_impl.hpp line #963..