]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make clang-tidy happy with parallel::apply_to_subranges 10111/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 10 May 2020 05:59:58 +0000 (07:59 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 10 May 2020 05:59:58 +0000 (07:59 +0200)
include/deal.II/matrix_free/mapping_info.templates.h

index 7cabf8e97fcd0c1b5843cfcff25eb67f5e0c45c3..e119fe2ea9303e1d89ab28db6ba67b8369dfb91d 100644 (file)
@@ -2660,7 +2660,7 @@ namespace internal
 
           // step 4b: go through the cells and compute the information using
           // similar evaluators as for the matrix-free integrals
-          parallel::apply_to_subranges(
+          dealii::parallel::apply_to_subranges(
             0U,
             cell_type.size(),
             [&](const unsigned int begin, const unsigned int end) {
@@ -2788,7 +2788,7 @@ namespace internal
 
           // step 6b: go through the faces and compute the information using
           // similar evaluators as for the matrix-free face integrals
-          parallel::apply_to_subranges(
+          dealii::parallel::apply_to_subranges(
             0U,
             face_type.size(),
             [&](const unsigned int begin, const unsigned int end) {
@@ -2817,7 +2817,7 @@ namespace internal
         if (face_data[my_q].descriptor[0].n_q_points >
             face_data[quad_with_most_points].descriptor[0].n_q_points)
           quad_with_most_points = my_q;
-      parallel::apply_to_subranges(
+      dealii::parallel::apply_to_subranges(
         0U,
         face_type.size(),
         [&](const unsigned int begin, const unsigned int end) {

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.