From 8e345b552d243ca8a375534e4b7f87f005cfea19 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 22 Apr 2014 18:34:58 +0000 Subject: [PATCH] Testsuite: Bugfix: Make solver_02 happy again git-svn-id: https://svn.dealii.org/trunk@32809 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc/solver_02.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/petsc/solver_02.cc b/tests/petsc/solver_02.cc index e534c96a45..c4854a9201 100644 --- a/tests/petsc/solver_02.cc +++ b/tests/petsc/solver_02.cc @@ -43,10 +43,13 @@ check_solve( SOLVER &solver, const MATRIX &A, f = 1.; try { + deallog.depth_file(0); solver.solve(A,u,f,P); + deallog.depth_file(3); } catch (dealii::SolverControl::NoConvergence &e) { + deallog.depth_file(3); deallog << "Exception: " << e.get_exc_name() << std::endl; } -- 2.39.5