From: kronbichler Date: Wed, 25 Feb 2009 09:58:28 +0000 (+0000) Subject: Forgot to set the deallog output to 0. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fc8b606739adfcf6802c1cd9748a7966c3aa2d;p=dealii-svn.git Forgot to set the deallog output to 0. git-svn-id: https://svn.dealii.org/trunk@18427 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/inhomogeneous_constraints_block.cc b/tests/deal.II/inhomogeneous_constraints_block.cc index 9a0db89e65..f5c1dbc0d8 100644 --- a/tests/deal.II/inhomogeneous_constraints_block.cc +++ b/tests/deal.II/inhomogeneous_constraints_block.cc @@ -520,7 +520,7 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - //deallog.depth_console(0); + deallog.depth_console(0); deallog.threshold_double(1.e-12); {