From 3ecc7f899c7f735374b976cb03e27f055f8e9e1f Mon Sep 17 00:00:00 2001 From: Abhinav <absingh@mpi-cbg.de> Date: Thu, 2 Mar 2023 02:21:18 +0100 Subject: [PATCH] Adding odeint GPU algebra to CMAKE install --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d5639ba4..b8c61450 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -313,6 +313,7 @@ install(FILES DCPSE/DCPSE_op/DCPSE_op.hpp install(FILES OdeIntegrators/OdeIntegrators.hpp OdeIntegrators/vector_algebra_ofp.hpp + OdeIntegrators/vector_algebra_ofp_gpu.hpp DESTINATION openfpm_numerics/include/OdeIntegrators COMPONENT OpenFPM) -- GitLab