From 98d085901261c343452ec9eb6bb5ba7474dccf8b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 29 Apr 2004 22:15:53 +0000 Subject: [PATCH] Fix a stupid typo that made this test hang on my system. git-svn-id: https://svn.dealii.org/trunk@9126 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/error_estimator_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bits/error_estimator_01.cc b/tests/bits/error_estimator_01.cc index 0dca7448f7..f15a1fb8b3 100644 --- a/tests/bits/error_estimator_01.cc +++ b/tests/bits/error_estimator_01.cc @@ -80,7 +80,7 @@ void make_mesh (Triangulation &tria) // generate as many cells with // hanging nodes as possible tria.refine_global (4-dim); - const double steps[3] = { 9, 7, 3 }; + const double steps[4] = { /*d=0*/ 0, 7, 3, 3 }; for (unsigned int i=0; i::active_cell_iterator -- 2.39.5