From: hartmann Date: Wed, 14 Apr 1999 12:13:50 +0000 (+0000) Subject: add using of deallog X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd4f48eb2ec19a7290d146784ae2174581ed6a8;p=dealii-svn.git add using of deallog git-svn-id: https://svn.dealii.org/trunk@1139 0785d39b-7218-0410-832d-ea1e28bc413d --- 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