From ade4015343e2d75a03d2b200e4874117e9791de1 Mon Sep 17 00:00:00 2001 From: kanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Sun, 23 Jun 2013 14:40:05 +0000 Subject: [PATCH] Scott's second patch git-svn-id: https://svn.dealii.org/trunk@29845 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/loop.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/include/deal.II/meshworker/loop.h b/deal.II/include/deal.II/meshworker/loop.h index d57f2a4a46..73b01b3475 100644 --- a/deal.II/include/deal.II/meshworker/loop.h +++ b/deal.II/include/deal.II/meshworker/loop.h @@ -46,6 +46,12 @@ namespace internal return true; } + template <class ACCESSOR> + inline bool is_active_iterator(const FilteredIterator<TriaActiveIterator<ACCESSOR> > &) + { + return true; + } + template<int dim, class DOFINFO, class A> void assemble(const MeshWorker::DoFInfoBox<dim, DOFINFO> &dinfo, A *assembler) { -- 2.39.5