From: guido Date: Tue, 10 May 2005 07:10:33 +0000 (+0000) Subject: add prefix for deallog X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e5ce5feefa0ed5eebe6219e46b03ac6598b238;p=dealii-svn.git add prefix for deallog git-svn-id: https://svn.dealii.org/trunk@10660 0785d39b-7218-0410-832d-ea1e28bc413d --- 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(); }