From: bangerth Date: Tue, 15 Jan 2013 14:20:04 +0000 (+0000) Subject: Remove unnecessary semicolon. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50b9592b08435b4cc5ea422715737f0084ae1fe;p=dealii-svn.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