]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compiling without TBB and Taskflow 18112/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 10 Feb 2025 18:35:26 +0000 (13:35 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 10 Feb 2025 18:35:26 +0000 (13:35 -0500)
include/deal.II/base/parallel.h

index d9facdb1673bf0831ed9cd67b0c1a4d236d5fa6d..e780b60a16d6b1bcbe4371de398fa0c997bceb4c 100644 (file)
@@ -437,7 +437,7 @@ namespace parallel
     // warnings about unused arguments
     (void)grainsize;
 
-    for (OutputIterator1 in1 = begin_in1; in1 != end_in1;)
+    for (OutputIterator in1 = begin_in1; in1 != end_in1;)
       *out++ = function(*in1++, *in2++, *in3++);
 #endif
   }

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.