opm-simulators/opm/core
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
..
linalg Refactor third-party warning suppression. 2014-09-20 10:36:10 +02:00
pressure incorperate the review comments/decisions for multi-region PVT 2014-06-04 11:11:35 +02:00
props Rename eclState to eclipseState. 2014-11-05 16:10:05 +01:00
simulator remove unused typedef to avoid compiler warning and keep code clean. 2014-10-24 12:51:57 +02:00
tof Avoid release mode warnings. 2014-09-18 11:31:03 +02:00
transport incorperate the review comments/decisions for multi-region PVT 2014-06-04 11:11:35 +02:00
utility incorperate the review comments/decisions for multi-region PVT 2014-06-04 11:11:35 +02:00
wells Fixes missing return value in non-void function of WellsManager. 2014-11-20 11:53:23 +01:00
well_controls.h well_controls: Add deep-copy (clone) support 2014-07-03 16:09:56 +02:00
wells.h wells.h: Document several function 2014-07-03 16:09:56 +02:00