]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix iterator in ContinuousQuadratureDataTransfer 2585/head
authorDenis Davydov <davydden@gmail.com>
Mon, 9 May 2016 15:05:28 +0000 (17:05 +0200)
committerDenis Davydov <davydden@gmail.com>
Mon, 9 May 2016 15:05:28 +0000 (17:05 +0200)
include/deal.II/base/quadrature_point_data.h

index 4de78fa831b96cba7c434ec1733d10a79f3ee2a5..7f2f14c79b3fb43b02335b0ab0578df78c7eb642 100644 (file)
@@ -751,7 +751,7 @@ namespace parallel
       unsigned int number_of_values = 0;
       // if triangulation has some active cells locally owned cells on this processor we can expect
       // data to be initialized. Do that to get the number:
-      for (typename parallel::distributed::Triangulation<dim>::cell_iterator it = triangulation->begin_active();
+      for (typename parallel::distributed::Triangulation<dim>::active_cell_iterator it = triangulation->begin_active();
            it != triangulation->end(); it++)
         if (it->is_locally_owned())
           {

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.