From 3120e1c1f6ec5c4efd84d4a1712bc4d3e27c7184 Mon Sep 17 00:00:00 2001 From: Guilhem Poy Date: Thu, 8 May 2025 08:14:55 +0200 Subject: [PATCH] Spelling out template arguments for clarity. --- include/deal.II/fe/fe_tools_extrapolate.templates.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 -- 2.39.5