]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide necessary #include file and properly qualify name. 2318/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 7 Mar 2016 13:32:22 +0000 (07:32 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 7 Mar 2016 13:34:48 +0000 (07:34 -0600)
include/deal.II/meshworker/loop.h

index f05cc9fec67cc4d234cf19a48c0990054ab92ef7..8afdd4e50ed4ba2a5ae6784c2f6bf5884b67d9ff 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2006 - 2015 by the deal.II authors
+// Copyright (C) 2006 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -22,6 +22,7 @@
 #include <deal.II/base/work_stream.h>
 #include <deal.II/base/template_constraints.h>
 #include <deal.II/grid/tria.h>
+#include <deal.II/grid/filtered_iterator.h>
 #include <deal.II/meshworker/local_integrator.h>
 #include <deal.II/meshworker/dof_info.h>
 #include <deal.II/meshworker/integration_info.h>
@@ -32,7 +33,6 @@
 DEAL_II_NAMESPACE_OPEN
 
 template <typename> class TriaActiveIterator;
-template <typename> class FilteredIterator;
 
 namespace internal
 {
@@ -52,7 +52,7 @@ namespace internal
   }
 
   template <class ACCESSOR>
-  inline bool is_active_iterator(const FilteredIterator<TriaActiveIterator<ACCESSOR> > &)
+  inline bool is_active_iterator(const dealii::FilteredIterator<TriaActiveIterator<ACCESSOR> > &)
   {
     return true;
   }

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.