From e594f6d089443df2f0f21d4ca310c8c0a2009382 Mon Sep 17 00:00:00 2001
From: maier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 11 Jun 2013 10:16:13 +0000
Subject: [PATCH] gmres_reorthogonalize_02: Remove superfluent deallog.pop()
 call

git-svn-id: https://svn.dealii.org/trunk@29806 0785d39b-7218-0410-832d-ea1e28bc413d
---
 tests/lac/gmres_reorthogonalize_02.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/lac/gmres_reorthogonalize_02.cc b/tests/lac/gmres_reorthogonalize_02.cc
index 98a1a508cf..8265bdcf8c 100644
--- a/tests/lac/gmres_reorthogonalize_02.cc
+++ b/tests/lac/gmres_reorthogonalize_02.cc
@@ -42,8 +42,6 @@ void test ()
 
   SolverGMRES<Vector<number> > solver(control, data);
   solver.solve(matrix, sol, rhs, PreconditionIdentity());
-
-  deallog.pop();
 }
 
 int main()
-- 
2.39.5