From: Guido Kanschat Date: Sun, 22 May 2005 19:23:20 +0000 (+0000) Subject: don't output to screen X-Git-Tag: v8.0.0~13858 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc4710745b06c0b2c79905894b3d6931486541a;p=dealii.git don't output to screen git-svn-id: https://svn.dealii.org/trunk@10697 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/polynomials_tensor.cc b/tests/base/polynomials_tensor.cc index 70b562a51f..142de216a8 100644 --- a/tests/base/polynomials_tensor.cc +++ b/tests/base/polynomials_tensor.cc @@ -82,7 +82,7 @@ int main() std::ofstream logfile("polynomials_tensor.output"); logfile.precision(0); deallog.attach(logfile); - deallog.depth_console(2); + deallog.depth_console(0); deallog.threshold_double(1.e-10); deallog.push("BDM");