From: Wolfgang Bangerth Date: Tue, 15 Jan 2013 14:20:04 +0000 (+0000) Subject: Remove unnecessary semicolon. X-Git-Tag: v8.0.0~1560 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48f831f2e2e1d220c562654003dce91808a7b51;p=dealii.git Remove unnecessary semicolon. git-svn-id: https://svn.dealii.org/trunk@28065 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/matrix_tools.cc b/deal.II/source/numerics/matrix_tools.cc index 6365549484..39afa3820c 100644 --- a/deal.II/source/numerics/matrix_tools.cc +++ b/deal.II/source/numerics/matrix_tools.cc @@ -1937,7 +1937,7 @@ namespace MatrixTools { return (p.column() < column); } - }; + } //TODO:[WB] I don't think that the optimized storage of diagonals is needed (GK) template