From: guido Date: Sun, 22 May 2005 19:23:20 +0000 (+0000) Subject: don't output to screen X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2614ce1ebaaa4abd2cd0e591741878d672c1752;p=dealii-svn.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");