From 0fd4f48eb2ec19a7290d146784ae2174581ed6a8 Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 14 Apr 1999 12:13:50 +0000 Subject: [PATCH] add using of deallog git-svn-id: https://svn.dealii.org/trunk@1139 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_gmres.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index c5a7ad833d..77c2f608b9 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -144,6 +144,7 @@ SolverGMRES::solve (const Matrix& A, // but whoever wrote this code in the first // place should get stoned, IMHO! (WB) + deallog.push("GMRES"); // allocate an array of n_tmp_vectors // temporary vectors from the VectorMemory // object; resize them but do not set their @@ -310,6 +311,7 @@ SolverGMRES::solve (const Matrix& A, for (unsigned int tmp=0; tmp