From 57d3b7287c2c17fbdd296a240172e2ea0ff00e36 Mon Sep 17 00:00:00 2001 From: Maximilian Scheurer Date: Thu, 29 Oct 2020 22:32:05 +0100 Subject: [PATCH] remove omp include --- cppe/core/fmm/calculate.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/cppe/core/fmm/calculate.hh b/cppe/core/fmm/calculate.hh index fabd8d42..469acdc6 100644 --- a/cppe/core/fmm/calculate.hh +++ b/cppe/core/fmm/calculate.hh @@ -12,7 +12,6 @@ #include "tree.hh" #include "utils.hh" #include -#include void M_sanity_check(const std::vector& cells);