From: Wolfgang Bangerth Date: Thu, 29 Apr 2004 22:15:53 +0000 (+0000) Subject: Fix a stupid typo that made this test hang on my system. X-Git-Tag: v8.0.0~15226 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d085901261c343452ec9eb6bb5ba7474dccf8b;p=dealii.git 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 --- 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