]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove one `typename' again, as it was at the wrong place.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Nov 2000 19:55:06 +0000 (19:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Nov 2000 19:55:06 +0000 (19:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@3495 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/error_estimator.cc

index 212381bea2da99ed1fac0c0c892e812fb4b09bd3..76b97e668507a09ee32f9cf117fd83cf06bf6ccc 100644 (file)
@@ -262,7 +262,7 @@ void KellyErrorEstimator<1>::estimate (const DoFHandler<1>                 &dof_
       for (unsigned int n=0; n<2; ++n)
        {
                                           // find right active neighbor
-         typename DoFHandler<dim>::cell_iterator neighbor = cell->neighbor(n);
+         DoFHandler<dim>::cell_iterator neighbor = cell->neighbor(n);
          if (neighbor.state() == valid)
            while (neighbor->has_children())
              neighbor = neighbor->child(n==0 ? 1 : 0);

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.