From af80986d976dada2c96bbfdca10564eed1a09072 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 11 Jan 2018 16:20:29 +0100 Subject: [PATCH] add imported utility classes to build system --- CMakeLists_files.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 368118038..194cdf7a3 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -30,6 +30,7 @@ list (APPEND MAIN_SOURCE_FILES opm/common/OpmLog/OpmLog.cpp opm/common/OpmLog/StreamLog.cpp opm/common/OpmLog/TimerLog.cpp + opm/core/utility/MonotCubicInterpolator.cpp opm/core/utility/parameters/Parameter.cpp opm/core/utility/parameters/ParameterGroup.cpp opm/core/utility/parameters/ParameterTools.cpp @@ -41,6 +42,7 @@ list (APPEND TEST_SOURCE_FILES tests/test_ConditionalStorage.cpp tests/test_OpmLog.cpp tests/test_messagelimiter.cpp + tests/test_nonuniformtablelinear.cpp tests/test_param.cpp ) @@ -78,6 +80,11 @@ list( APPEND PUBLIC_HEADER_FILES opm/common/util/numeric/cmp.hpp opm/common/utility/platform_dependent/disable_warnings.h opm/common/utility/platform_dependent/reenable_warnings.h + opm/core/utility/linearInterpolation.hpp + opm/core/utility/MonotCubicInterpolator.hpp + opm/core/utility/NonuniformTableLinear.hpp + opm/core/utility/RootFinders.hpp + opm/core/utility/SparseVector.hpp opm/core/utility/parameters/ParameterGroup.hpp opm/core/utility/parameters/ParameterGroup_impl.hpp opm/core/utility/parameters/Parameter.hpp