From fb177dcfe858f3fd8d7f58b9fa16ee3c6c71b7e2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Nov 2022 11:40:43 -0700 Subject: [PATCH] Do not mark functions in anonymous namespaces as 'static'. --- source/base/data_out_base.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index c520da53c4..78da77189a 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -1076,7 +1076,7 @@ namespace template - static void + void compute_sizes(const std::vector> &patches, unsigned int & n_nodes, unsigned int & n_cells) @@ -1109,7 +1109,7 @@ namespace template - static void + void compute_sizes(const std::vector> &patches, const bool write_higher_order_cells, unsigned int &n_nodes, -- 2.39.5