From: Daniel Arndt Date: Tue, 3 Oct 2017 20:04:05 +0000 (+0200) Subject: Remove extra ';' X-Git-Tag: v9.0.0-rc1~994^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d8cfbd4dad40736b837c7415f988967ceaf6e8;p=dealii.git Remove extra ';' --- 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