]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a stupid typo that made this test hang on my system.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 29 Apr 2004 22:15:53 +0000 (22:15 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 29 Apr 2004 22:15:53 +0000 (22:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@9126 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/error_estimator_01.cc

index 0dca7448f772cb7bc117839c9da6b01dd7e4c911..f15a1fb8b3dc0685d44b438a1c9c80ebf0f2c267 100644 (file)
@@ -80,7 +80,7 @@ void make_mesh (Triangulation<dim> &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<steps[dim]; ++i)
     {
       typename Triangulation<dim>::active_cell_iterator

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.