From: kanschat Date: Sun, 23 Jun 2013 14:40:05 +0000 (+0000) Subject: Scott's second patch X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade4015343e2d75a03d2b200e4874117e9791de1;p=dealii-svn.git Scott's second patch git-svn-id: https://svn.dealii.org/trunk@29845 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) {