]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use the correct iterator type in DoFRenumbering::hierarchical(). 5689/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 31 Dec 2017 22:31:18 +0000 (15:31 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 1 Jan 2018 19:08:26 +0000 (12:08 -0700)
source/dofs/dof_renumbering.cc

index 0300061f231b4ea5929b048b5e69fb3f56421fef..cf5649bdc672b41af0352f89d98d4785ec5471cc 100644 (file)
@@ -1299,7 +1299,7 @@ namespace DoFRenumbering
       {
         // this is not a distributed Triangulation. Traverse coarse cells in the
         // normal order
-        for (typename DoFHandler<dim>::level_cell_iterator cell = dof_handler.begin (0);
+        for (typename DoFHandler<dim>::cell_iterator cell = dof_handler.begin (0);
              cell != dof_handler.end (0); ++cell)
           next_free = compute_hierarchical_recursive<dim> (next_free,
                                                            renumbering,

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.