c839f8dac73aabd6a6546d6bbcb73e8ca9db5436
Some compilers (notably GCC 5.4.0; default in Ubuntu 16.04) does not do sufficient static analysis to determine that 'vect' is actually exhaustively defined due to all indices being enumerated, and issue a (spurious) warning that an unassigned value may be used. This patch provides a default branch for the if-statements so that 'vect' is always assigned to, even in the eyes of the compiler. Since entering this branch is unequivocally a bug, an assert is added so that the null value is not mistakenly used.
opm-common
Contains common components used throughout all of OPM, in particular CMake modules for the build system.
Description
Languages
C++
79%
ECL
13.4%
Scheme
3.1%
CMake
2.4%
Python
1%
Other
1%