From: Martin Kronbichler Date: Wed, 25 Feb 2009 09:58:28 +0000 (+0000) Subject: Forgot to set the deallog output to 0. X-Git-Tag: v8.0.0~8008 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa7dbf41a52414204fa9f63e589e9ec5c100d72;p=dealii.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); {