From 07de5353de576fb7a8d3bb2372b62f7d2568c94d Mon Sep 17 00:00:00 2001 From: SAM COX Date: Fri, 14 Oct 2016 18:07:37 +0100 Subject: [PATCH] Remove extra semicolon. --- source/fe/fe_tools_extrapolate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fe/fe_tools_extrapolate.cc b/source/fe/fe_tools_extrapolate.cc index 47c566a833..2e4a1163d5 100755 --- a/source/fe/fe_tools_extrapolate.cc +++ b/source/fe/fe_tools_extrapolate.cc @@ -57,7 +57,7 @@ namespace FETools OutVector &/*u2*/) { Assert(false, ExcNotImplemented()) - }; + } }; #else // Implementation of the @p extrapolate function -- 2.39.5