mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06: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..