The access method should be marked as const so to make the compiler aware that they should not modify the state of the object.
Added getters for gaslift_increment() and min_eco_gradient() in the Opm::GasLiftOpt class.