From 4f2e751c211c611ed91e3905beb6dec990bbb895 Mon Sep 17 00:00:00 2001 From: jstark <jstark@mpi-cbg.de> Date: Thu, 27 May 2021 12:37:41 +0200 Subject: [PATCH] Changed coordinate computation for the analytical solution s.t. now also working when box has negative origin. --- CMakeLists.txt | 1 + openfpm_numerics | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ee76a524..0d2579216 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ find_package(SuiteSparse OPTIONAL_COMPONENTS UMFPACK) find_package(Vc) find_package(OpenMP) find_package(HIP) +find_package(Boost REQUIRED COMPONENTS unit_test_framework filesystem system thread) set(CMAKE_SKIP_BUILD_RPATH TRUE) diff --git a/openfpm_numerics b/openfpm_numerics index e730995db..d3780857a 160000 --- a/openfpm_numerics +++ b/openfpm_numerics @@ -1 +1 @@ -Subproject commit e730995dbb302842fbc176b1315a97641458b4e3 +Subproject commit d3780857ad8a658688a1e9633a9a052a7226b378 -- GitLab