From 28d8cfbd4dad40736b837c7415f988967ceaf6e8 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 3 Oct 2017 22:04:05 +0200 Subject: [PATCH] Remove extra ';' --- include/deal.II/numerics/vector_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index e0405b778c..9bccee6e31 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -244,7 +244,7 @@ namespace VectorTools function_values); offset += fe.n_components(); } - }; + } // Internal implementation of interpolate that takes a generic functor -- 2.39.5