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