From: Wolfgang Bangerth Date: Sun, 9 Feb 2025 22:11:20 +0000 (-0700) Subject: We cannot have 'static' functions in header files. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf82666561600933425c22183fe194dee71a903;p=dealii.git We cannot have 'static' functions in header files. --- 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,