From ad2f157554a1cf0e62f98aa8ae3c43103a3ba5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 8 Jun 2018 15:01:59 +0200 Subject: [PATCH] Add forgotten new headers to file list for installation. --- CMakeLists_files.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index d1ab15503..ceea210fa 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -304,6 +304,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/autodiff/NewtonIterationUtilities.hpp opm/autodiff/NonlinearSolver.hpp opm/autodiff/NonlinearSolver_impl.hpp + opm/autodiff/NonlinearSolverEbos.hpp opm/autodiff/LinearisedBlackoilResidual.hpp opm/autodiff/ParallelDebugOutput.hpp opm/autodiff/ParallelOverlappingILU0.hpp @@ -457,6 +458,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/simulators/timestepping/AdaptiveSimulatorTimer.hpp opm/simulators/timestepping/AdaptiveTimeStepping.hpp opm/simulators/timestepping/AdaptiveTimeStepping_impl.hpp + opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp opm/simulators/timestepping/TimeStepControl.hpp opm/simulators/timestepping/TimeStepControlInterface.hpp opm/simulators/timestepping/SimulatorTimer.hpp