From 69e5ce5feefa0ed5eebe6219e46b03ac6598b238 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 10 May 2005 07:10:33 +0000 Subject: [PATCH] add prefix for deallog git-svn-id: https://svn.dealii.org/trunk@10660 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_block_smoother.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/deal.II/include/multigrid/mg_block_smoother.h b/deal.II/deal.II/include/multigrid/mg_block_smoother.h index 902beb99d3..f01549256b 100644 --- a/deal.II/deal.II/include/multigrid/mg_block_smoother.h +++ b/deal.II/deal.II/include/multigrid/mg_block_smoother.h @@ -284,6 +284,8 @@ MGSmootherBlock::smooth( BlockVector& u, const BlockVector& rhs) const { + deallog.push("Smooth"); + unsigned int maxlevel = matrices.get_maxlevel(); unsigned int steps2 = steps; @@ -323,6 +325,7 @@ MGSmootherBlock::smooth( mem.free(r); mem.free(d); + deallog.pop(); } -- 2.39.5