From 538559cafaded32c2685d90c50464014869e9819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Tue, 25 Jan 2022 12:09:30 +0100 Subject: [PATCH] Add gas lift headers to PUBLIC_HEADER_FILES The headers BlackoilWellModel.hpp, StandardWell.hpp,and WellInterface.hpp all include various GasLift*.hpp headers directly. That means that any client code that uses those well-related headers will need to have the GasLift* headers available too. Also sorts the headers under opm/simulators/wells to make the it easier to read. --- CMakeLists_files.cmake | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 07668d1bf..2cf45c5a4 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -317,37 +317,44 @@ list (APPEND PUBLIC_HEADER_FILES opm/simulators/utils/ParallelRestart.hpp opm/simulators/utils/PropsCentroidsDataHandle.hpp opm/simulators/utils/VectorVectorDataHandle.hpp + opm/simulators/wells/ALQState.hpp + opm/simulators/wells/BlackoilWellModel.hpp + opm/simulators/wells/BlackoilWellModel_impl.hpp + opm/simulators/wells/GasLiftCommon.hpp + opm/simulators/wells/GasLiftGroupInfo.hpp + opm/simulators/wells/GasLiftSingleWellGeneric.hpp + opm/simulators/wells/GasLiftSingleWell.hpp + opm/simulators/wells/GasLiftSingleWell_impl.hpp + opm/simulators/wells/GasLiftStage2.hpp + opm/simulators/wells/GasLiftWellState.hpp + opm/simulators/wells/GlobalWellInfo.hpp + opm/simulators/wells/GroupState.hpp + opm/simulators/wells/MSWellHelpers.hpp + opm/simulators/wells/MultisegmentWell.hpp + opm/simulators/wells/MultisegmentWell_impl.hpp + opm/simulators/wells/ParallelWellInfo.hpp opm/simulators/wells/PerfData.hpp opm/simulators/wells/PerforationData.hpp opm/simulators/wells/RateConverter.hpp + opm/simulators/utils/readDeck.hpp opm/simulators/wells/RegionAttributeHelpers.hpp opm/simulators/wells/RegionAverageCalculator.hpp - opm/simulators/utils/readDeck.hpp opm/simulators/wells/SingleWellState.hpp + opm/simulators/wells/StandardWell.hpp + opm/simulators/wells/StandardWell_impl.hpp opm/simulators/wells/TargetCalculator.hpp - opm/simulators/wells/WellConnectionAuxiliaryModule.hpp - opm/simulators/wells/WellState.hpp - opm/simulators/wells/GlobalWellInfo.hpp - opm/simulators/wells/GroupState.hpp - opm/simulators/wells/ALQState.hpp - opm/simulators/wells/WGState.hpp - opm/simulators/wells/VFPProperties.hpp opm/simulators/wells/VFPHelpers.hpp opm/simulators/wells/VFPInjProperties.hpp opm/simulators/wells/VFPProdProperties.hpp + opm/simulators/wells/VFPProperties.hpp + opm/simulators/wells/WellConnectionAuxiliaryModule.hpp opm/simulators/wells/WellGroupHelpers.hpp opm/simulators/wells/WellHelpers.hpp opm/simulators/wells/WellInterface.hpp opm/simulators/wells/WellInterface_impl.hpp opm/simulators/wells/WellProdIndexCalculator.hpp - opm/simulators/wells/StandardWell.hpp - opm/simulators/wells/StandardWell_impl.hpp - opm/simulators/wells/MultisegmentWell.hpp - opm/simulators/wells/MultisegmentWell_impl.hpp - opm/simulators/wells/MSWellHelpers.hpp - opm/simulators/wells/BlackoilWellModel.hpp - opm/simulators/wells/BlackoilWellModel_impl.hpp - opm/simulators/wells/ParallelWellInfo.hpp + opm/simulators/wells/WellState.hpp + opm/simulators/wells/WGState.hpp ) list (APPEND EXAMPLE_SOURCE_FILES