From ce80c6a6ed4c7a7b4bccdff8b8ce557865590974 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Thu, 8 Feb 2018 12:35:01 +0100 Subject: [PATCH] Fix warning: Remove extra ';' --- include/deal.II/physics/notation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); //@} - }; + } } } -- 2.39.5