From fd5c5ae494e1a0cebab1fa1d26e9630ad2c26ffa Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 1 Feb 2002 14:32:13 +0000 Subject: [PATCH] test reduced git-svn-id: https://svn.dealii.org/trunk@5459 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/subdomain_ids.cc | 4 ++-- tests/deal.II/subdomain_ids.checked | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/deal.II/subdomain_ids.cc b/tests/deal.II/subdomain_ids.cc index a1d22da953..ab5cae724e 100644 --- a/tests/deal.II/subdomain_ids.cc +++ b/tests/deal.II/subdomain_ids.cc @@ -43,7 +43,7 @@ void test () { Triangulation tria; GridGenerator::hyper_cube(tria, -1, 1); - tria.refine_global (3); + tria.refine_global (2); // we now have a number of cells, // flag them with some subdomain @@ -175,7 +175,7 @@ int main () { logfile.precision(4); deallog.attach(logfile); - deallog.depth_console(0); + deallog.depth_console(10); test<1> (); test<2> (); diff --git a/tests/deal.II/subdomain_ids.checked b/tests/deal.II/subdomain_ids.checked index b8cc67cb10..ef604a70f3 100644 --- a/tests/deal.II/subdomain_ids.checked +++ b/tests/deal.II/subdomain_ids.checked @@ -1,4 +1,4 @@ - +JobId Fri Feb 1 15:30:51 2002 DEAL::Check 1 (dim=1) ok DEAL::Check 2 (dim=1) ok DEAL::Check 3 (dim=1) ok -- 2.39.5