Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt 529d0887a3 Fixes missing return value in non-void function of WellsManager.
gcc warned about the following

/home/mblatt/src/dune/opm/opm-core/opm/core/wells/WellsManager.cpp: In function ‘std::array<long unsigned int, 3ul> WellsManagerDetail::directionIndices(Opm::CompletionDirection::DirectionEnum)’:
/home/mblatt/src/dune/opm/opm-core/opm/core/wells/WellsManager.cpp:191: warning: control reaches end of non-void function

To calm it I introduced a throw clause after the switch statements. Thus adding a new
enum value will raise a warning on smart compilers, hopefully.
2014-11-20 11:53:23 +01:00
examples Make use of EclipseState for EQLNUM and SWATINIT. 2014-06-26 14:46:57 +02:00
opm/core Fixes missing return value in non-void function of WellsManager. 2014-11-20 11:53:23 +01:00
tests Made hysteresis variant of gwseg consistent ... 2014-11-05 17:00:11 +01:00