mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
There were to identical if statements and the second one was followed by an else branch. While in this case (if statement just throws) it is not a bug, this commit cleans up one of the if statements.