From daf82666561600933425c22183fe194dee71a903 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 9 Feb 2025 15:11:20 -0700 Subject: [PATCH] We cannot have 'static' functions in header files. --- include/deal.II/lac/affine_constraints.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/affine_constraints.templates.h b/include/deal.II/lac/affine_constraints.templates.h index 6dd1f875a2..fd68d70526 100644 --- a/include/deal.II/lac/affine_constraints.templates.h +++ b/include/deal.II/lac/affine_constraints.templates.h @@ -3524,7 +3524,7 @@ namespace internal // the origin of each global entry and finds out which data we need to // collect. template - static inline number + inline number resolve_matrix_entry(const GlobalRowsFromLocal &global_rows, const GlobalRowsFromLocal &global_cols, const size_type i, @@ -3638,7 +3638,7 @@ namespace internal namespace dealiiSparseMatrix { template - static inline void + inline void add_value(const LocalType value, const size_type row, const size_type column, -- 2.39.5