From b50b9592b08435b4cc5ea422715737f0084ae1fe Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 15 Jan 2013 14:20:04 +0000 Subject: [PATCH] Remove unnecessary semicolon. git-svn-id: https://svn.dealii.org/trunk@28065 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/matrix_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5