From 5bcc22e97943acfbc734bbeb18e1fecd66921736 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 May 2018 09:46:36 +0800 Subject: [PATCH] semicolon --- include/deal.II/numerics/dof_output_operator.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/dof_output_operator.templates.h b/include/deal.II/numerics/dof_output_operator.templates.h index 587a2b8a91..3f625d68c1 100644 --- a/include/deal.II/numerics/dof_output_operator.templates.h +++ b/include/deal.II/numerics/dof_output_operator.templates.h @@ -66,7 +66,7 @@ namespace Algorithms out.write (out_filename); out.clear (); return *this; - }; + } } DEAL_II_NAMESPACE_CLOSE -- 2.39.5