From f18999f5aa9386cf2dea0558cd6945d0a355c81f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 19 Nov 2018 18:30:51 +0100 Subject: [PATCH] Force internal linkage of an internal FETools function --- include/deal.II/fe/fe_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe_tools.templates.h b/include/deal.II/fe/fe_tools.templates.h index e0daa228e9..36b5665eb1 100644 --- a/include/deal.II/fe/fe_tools.templates.h +++ b/include/deal.II/fe/fe_tools.templates.h @@ -1303,7 +1303,7 @@ namespace FETools // running, there are no thread-safety issues here. since this is // compiled for all dimensions at once, need to create objects for // each dimension and then separate between them further down - std::array< + inline std::array< std::array>, 4>, 4> & -- 2.39.5