From: Guilhem Poy Date: Thu, 8 May 2025 06:14:55 +0000 (+0200) Subject: Spelling out template arguments for clarity. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3120e1c1f6ec5c4efd84d4a1712bc4d3e27c7184;p=dealii.git Spelling out template arguments for clarity. --- diff --git a/include/deal.II/fe/fe_tools_extrapolate.templates.h b/include/deal.II/fe/fe_tools_extrapolate.templates.h index d2d7179ecb..080c88069d 100644 --- a/include/deal.II/fe/fe_tools_extrapolate.templates.h +++ b/include/deal.II/fe/fe_tools_extrapolate.templates.h @@ -707,15 +707,14 @@ namespace FETools template inline constexpr bool is_la_vector = false; - template + template inline constexpr bool - is_la_vector> = + is_la_vector> = true; - template - inline constexpr bool - is_la_vector> = - true; + template + inline constexpr bool is_la_vector< + LinearAlgebra::distributed::BlockVector> = true; template void