]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix types in parallel.h for TBB. 17850/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 Nov 2024 21:51:39 +0000 (14:51 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 Nov 2024 21:51:39 +0000 (14:51 -0700)
include/deal.II/base/parallel.h

index 8e38e803cafe165557f59024c43e266ecdf84220..06f7c511fd95be0061d15ba856c7be21a6f3ec4a 100644 (file)
@@ -249,7 +249,7 @@ namespace parallel
     // warnings about unused arguments
     (void)grainsize;
 
-    for (InputIterator in1 = begin_in1; in1 != end_in1;)
+    for (InputIterator1 in1 = begin_in1; in1 != end_in1;)
       *out++ = function(*in1++, *in2++);
 #else
     using Iterators =
@@ -332,7 +332,7 @@ namespace parallel
     // warnings about unused arguments
     (void)grainsize;
 
-    for (InputIterator in1 = begin_in1; in1 != end_in1;)
+    for (InputIterator1 in1 = begin_in1; in1 != end_in1;)
       *out++ = function(*in1++, *in2++, *in3++);
 #else
     using Iterators = std::

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.