From edf29c322c70334387705c1c6318b2ec9f88d853 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Fri, 29 Apr 2016 16:32:21 +0200 Subject: [PATCH] adding several wells related _impl.hpp files to CMakeLists_files StandardWells_impl.hpp MultisegmentWells_impl.hpp StandardWellsSolvent_impl.hpp --- CMakeLists_files.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 6ca1afa77..7dcbb4831 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -194,10 +194,13 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/VFPInjProperties.hpp opm/autodiff/WellStateMultiSegment.hpp opm/autodiff/WellMultiSegment.hpp - opm/autodiff/MultisegmentWells.hpp + opm/autodiff/MultisegmentWells.hpp + opm/autodiff/MultisegmentWells_impl.hpp opm/autodiff/WellHelpers.hpp opm/autodiff/StandardWells.hpp + opm/autodiff/StandardWells_impl.hpp opm/autodiff/StandardWellsSolvent.hpp + opm/autodiff/StandardWellsSolvent_impl.hpp opm/polymer/CompressibleTpfaPolymer.hpp opm/polymer/GravityColumnSolverPolymer.hpp opm/polymer/GravityColumnSolverPolymer_impl.hpp