]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify a call to parallel::apply_to_subrange 10102/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 9 May 2020 05:51:52 +0000 (07:51 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 9 May 2020 05:51:52 +0000 (07:51 +0200)
include/deal.II/matrix_free/matrix_free.h

index 3f9d62ebf82168f42d5b4f18edb5394ee35631bd..37c972da1c05ae949f1388dc6d23a05cd1bb0750 100644 (file)
@@ -4571,7 +4571,7 @@ namespace internal
           if (range_index == numbers::invalid_unsigned_int)
             {
               // Case with threaded loop -> currently no overlap implemented
-              parallel::apply_to_subranges(
+              dealii::parallel::apply_to_subranges(
                 0U,
                 dof_info.vector_partitioner->local_size(),
                 operation_before_loop,
@@ -4601,7 +4601,7 @@ namespace internal
           if (range_index == numbers::invalid_unsigned_int)
             {
               // Case with threaded loop -> currently no overlap implemented
-              parallel::apply_to_subranges(
+              dealii::parallel::apply_to_subranges(
                 0U,
                 dof_info.vector_partitioner->local_size(),
                 operation_after_loop,

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.