]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation of loop.h with some versions of clang. 8343/head
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 4 Jul 2019 13:17:51 +0000 (15:17 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 4 Jul 2019 13:17:51 +0000 (15:17 +0200)
include/deal.II/meshworker/loop.h

index fcd67320ef27c7d15bc78aebfa1e7056c0e8cefc..b26fd27fd9d7ec51e52d97bfdfe37641f45404c9 100644 (file)
@@ -341,7 +341,7 @@ namespace MeshWorker
                 {
                   // If iterator is active and neighbor is refined, skip
                   // internal face.
-                  if (internal::is_active_iterator(cell) &&
+                  if (dealii::internal::is_active_iterator(cell) &&
                       neighbor->has_children())
                     {
                       Assert(
@@ -476,7 +476,7 @@ namespace MeshWorker
                 boundary_worker,
                 face_worker,
                 lctrl),
-      std::bind(&internal::assemble<dim, DOFINFO, ASSEMBLER>,
+      std::bind(&dealii::internal::assemble<dim, DOFINFO, ASSEMBLER>,
                 std::placeholders::_1,
                 &assembler),
       info,

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.