Extracted everything related to well controls to separate header well_controls.h - to simplify introducing new parser.

This commit is contained in:
Joakim Hove
2014-01-03 15:34:01 +01:00
parent 61ec55403a
commit e75552750a
9 changed files with 154 additions and 72 deletions

View File

@@ -166,7 +166,6 @@ list (APPEND TEST_SOURCE_FILES
tests/test_shadow.cpp
tests/test_units.cpp
tests/test_blackoilstate.cpp
tests/test_parser.cpp
tests/test_wellsmanager.cpp
)
@@ -255,6 +254,8 @@ list (APPEND PUBLIC_HEADER_FILES
opm/core/linalg/sparse_sys.h
opm/core/version.h
opm/core/wells.h
opm/core/well_controls.h
opm/core/well_control_type.h
opm/core/pressure/CompressibleTpfa.hpp
opm/core/pressure/FlowBCManager.hpp
opm/core/pressure/IncompTpfa.hpp