From 83ef4e0b965f76c351b7ceb87338442a9e55ded6 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 11 Dec 2016 13:37:46 -0500 Subject: [PATCH] Remove some extra semicolons. --- include/deal.II/physics/elasticity/kinematics.h | 3 +-- include/deal.II/physics/transformations.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/deal.II/physics/elasticity/kinematics.h b/include/deal.II/physics/elasticity/kinematics.h index 354635166d..3e45a198ec 100644 --- a/include/deal.II/physics/elasticity/kinematics.h +++ b/include/deal.II/physics/elasticity/kinematics.h @@ -262,8 +262,7 @@ namespace Physics const Tensor<2, dim, Number> &dF_dt); //@} - }; - + } } } diff --git a/include/deal.II/physics/transformations.h b/include/deal.II/physics/transformations.h index bda767faef..b77d6d3cc6 100644 --- a/include/deal.II/physics/transformations.h +++ b/include/deal.II/physics/transformations.h @@ -667,8 +667,7 @@ namespace Physics const Tensor<2,dim,Number> &F); //@} - }; - + } } -- 2.39.5