From: Jean-Paul Pelteret Date: Thu, 8 Feb 2018 11:35:01 +0000 (+0100) Subject: Fix warning: Remove extra ';' X-Git-Tag: v9.0.0-rc1~457^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5876%2Fhead;p=dealii.git Fix warning: Remove extra ';' --- diff --git a/include/deal.II/physics/notation.h b/include/deal.II/physics/notation.h index 7b79b2168e..73e6103d1a 100644 --- a/include/deal.II/physics/notation.h +++ b/include/deal.II/physics/notation.h @@ -608,7 +608,7 @@ namespace Physics to_tensor (const FullMatrix &vec); //@} - }; + } } }