From 62d569a9cde4ad4b503efa6fdfed4799392035cc Mon Sep 17 00:00:00 2001 From: nauber Date: Wed, 28 Apr 1999 12:17:25 +0000 Subject: [PATCH] Add forgotten deallog pop. git-svn-id: https://svn.dealii.org/trunk@1216 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_cg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/lac/include/lac/solver_cg.h b/deal.II/lac/include/lac/solver_cg.h index d0c3522a55..bac08f6a05 100644 --- a/deal.II/lac/include/lac/solver_cg.h +++ b/deal.II/lac/include/lac/solver_cg.h @@ -164,6 +164,8 @@ SolverCG::solve (const Matrix &A, memory.free(VAp); // Output + + deallog.pop(); if (conv == SolverControl::failure) return exceeded; -- 2.39.5