From a82ec08cfaa66a671a989f7cd95466eed2afa064 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 18 Nov 2016 11:34:16 +0100 Subject: [PATCH] adjust the list of files in CMakeLists_files some files (e.g., thresholdPressures.hpp) are already missing in the master version of this file, but most of them were specific to the `frankenstein` branch. thanks to [at]atgeirr for noticing this. --- CMakeLists_files.cmake | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 870ebca28..74fba857f 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -50,7 +50,6 @@ list (APPEND MAIN_SOURCE_FILES opm/autodiff/WellMultiSegment.cpp opm/autodiff/MultisegmentWells.cpp opm/autodiff/BlackoilSolventState.cpp - opm/autodiff/ThreadHandle.hpp opm/autodiff/MissingFeatures.cpp opm/polymer/PolymerState.cpp opm/polymer/PolymerBlackoilState.cpp @@ -146,6 +145,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/AutoDiffMatrix.hpp opm/autodiff/AutoDiff.hpp opm/autodiff/BackupRestore.hpp + opm/autodiff/BlackoilDetails.hpp opm/autodiff/BlackoilModel.hpp opm/autodiff/BlackoilModelBase.hpp opm/autodiff/BlackoilModelBase_impl.hpp @@ -158,6 +158,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/Compat.hpp opm/autodiff/CPRPreconditioner.hpp opm/autodiff/createGlobalCellArray.hpp + opm/autodiff/DefaultBlackoilSolutionState.hpp opm/autodiff/BlackoilSequentialModel.hpp opm/autodiff/BlackoilSolventModel.hpp opm/autodiff/BlackoilSolventModel_impl.hpp @@ -178,6 +179,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/GridInit.hpp opm/autodiff/ImpesTPFAAD.hpp opm/autodiff/ISTLSolver.hpp + opm/autodiff/IterationReport.hpp opm/autodiff/moduleVersion.hpp opm/autodiff/NewtonIterationBlackoilCPR.hpp opm/autodiff/NewtonIterationBlackoilInterface.hpp @@ -192,13 +194,16 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/ParallelRestrictedAdditiveSchwarz.hpp opm/autodiff/RateConverter.hpp opm/autodiff/RedistributeDataHandles.hpp + opm/autodiff/SimFIBODetails.hpp opm/autodiff/SimulatorBase.hpp opm/autodiff/SimulatorBase_impl.hpp + opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp opm/autodiff/SimulatorFullyImplicitBlackoil.hpp opm/autodiff/SimulatorFullyImplicitBlackoilSolvent.hpp opm/autodiff/SimulatorFullyImplicitBlackoilSolvent_impl.hpp opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment.hpp opm/autodiff/SimulatorFullyImplicitBlackoilMultiSegment_impl.hpp + opm/autodiff/SimulatorFullyImplicitBlackoilOutputEbos.hpp opm/autodiff/SimulatorIncompTwophaseAd.hpp opm/autodiff/SimulatorSequentialBlackoil.hpp opm/autodiff/TransportSolverTwophaseAd.hpp @@ -218,9 +223,11 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/WellHelpers.hpp opm/autodiff/StandardWells.hpp opm/autodiff/StandardWells_impl.hpp + opm/autodiff/StandardWellsDense.hpp opm/autodiff/StandardWellsSolvent.hpp opm/autodiff/StandardWellsSolvent_impl.hpp opm/autodiff/MissingFeatures.hpp + opm/autodiff/ThreadHandle.hpp opm/polymer/CompressibleTpfaPolymer.hpp opm/polymer/GravityColumnSolverPolymer.hpp opm/polymer/GravityColumnSolverPolymer_impl.hpp @@ -249,6 +256,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/simulators/ParallelFileMerger.hpp opm/simulators/SimulatorCompressibleTwophase.hpp opm/simulators/SimulatorIncompTwophase.hpp + opm/simulators/thresholdPressures.hpp opm/simulators/WellSwitchingLogger.hpp )