From: Wolfgang Bangerth Date: Fri, 28 Mar 2025 20:34:19 +0000 (-0600) Subject: Ensure a symbol in a header file has external linkage. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52d3a701d3cb658a8633e8a6f35f6686d7b8b1d;p=dealii.git Ensure a symbol in a header file has external linkage. --- diff --git a/include/deal.II/matrix_free/portable_matrix_free.h b/include/deal.II/matrix_free/portable_matrix_free.h index 5884d75abb..85ef6c9f40 100644 --- a/include/deal.II/matrix_free/portable_matrix_free.h +++ b/include/deal.II/matrix_free/portable_matrix_free.h @@ -73,7 +73,7 @@ namespace Portable * of blocks in a BlockVector and the number of FEEvaluation objects that can * be active in a single cell_loop(). */ - static constexpr const unsigned int n_max_dof_handlers = 5; + inline constexpr const unsigned int n_max_dof_handlers = 5; /** * Type for source and destination vectors in device functions like