From: Guido Kanschat Date: Mon, 1 Jul 2002 14:29:37 +0000 (+0000) Subject: console output removed X-Git-Tag: v8.0.0~17765 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff232ded280b0750c8731e7fe60d9d571581655b;p=dealii.git console output removed git-svn-id: https://svn.dealii.org/trunk@6211 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/subdomain_ids.cc b/tests/deal.II/subdomain_ids.cc index ab5cae724e..9c5b817c79 100644 --- a/tests/deal.II/subdomain_ids.cc +++ b/tests/deal.II/subdomain_ids.cc @@ -175,7 +175,7 @@ int main () { logfile.precision(4); deallog.attach(logfile); - deallog.depth_console(10); + deallog.depth_console(0); test<1> (); test<2> ();