From c5435b261dc39ab6fa94f57ff6c68dfd74469d1c Mon Sep 17 00:00:00 2001 From: Cristian Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Thu, 27 Sep 2018 14:19:27 +0200 Subject: [PATCH] add explicit instantiation of template method apparently some versions of compilers need this --- bfps/cpp/particles/particles_inner_computer.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bfps/cpp/particles/particles_inner_computer.cpp b/bfps/cpp/particles/particles_inner_computer.cpp index d4e24c2c..deb85dee 100644 --- a/bfps/cpp/particles/particles_inner_computer.cpp +++ b/bfps/cpp/particles/particles_inner_computer.cpp @@ -160,3 +160,9 @@ void particles_inner_computer<double, long long>::enforce_unit_orientation<6>( } } +template +void particles_inner_computer<double, long long>::compute_interaction<6, 6>( + const long long nb_particles, + const double pos_part[], + double rhs_part[]) const; + -- GitLab