From e0cd3a72552f967a4179ac7657d5e35c57046323 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 1 Jul 2002 14:29:37 +0000 Subject: [PATCH] console output removed git-svn-id: https://svn.dealii.org/trunk@6211 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/subdomain_ids.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> (); -- 2.39.5