From ade4015343e2d75a03d2b200e4874117e9791de1 Mon Sep 17 00:00:00 2001 From: kanschat 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 + inline bool is_active_iterator(const FilteredIterator > &) + { + return true; + } + template void assemble(const MeshWorker::DoFInfoBox &dinfo, A *assembler) { -- 2.39.5