From: Guido Kanschat Date: Sun, 23 Jun 2013 14:40:05 +0000 (+0000) Subject: Scott's second patch X-Git-Tag: v8.0.0~273 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e280c5280e71e45672eb77fd2931bc778c1b645;p=dealii.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) {