]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix tbb range size type
authorTimo Heister <timo.heister@gmail.com>
Tue, 19 Mar 2019 20:10:02 +0000 (14:10 -0600)
committerTimo Heister <timo.heister@gmail.com>
Tue, 19 Mar 2019 20:12:04 +0000 (14:12 -0600)
include/deal.II/lac/vector_operations_internal.h

index bd13406faac5d7385d58f643ec785b24b6582ad6..95ea6bc18caef8064694b14e3402edb509910e08 100644 (file)
@@ -149,7 +149,7 @@ namespace internal
       }
 
       void
-      operator()(const tbb::blocked_range<size_type> &range) const
+      operator()(const tbb::blocked_range<unsigned int> &range) const
       {
         const size_type r_begin = start + range.begin() * chunk_size;
         const size_type r_end = std::min(start + range.end() * chunk_size, end);
@@ -1317,7 +1317,7 @@ namespace internal
        * [range.begin(), range.end()).
        */
       void
-      operator()(const tbb::blocked_range<size_type> &range) const
+      operator()(const tbb::blocked_range<unsigned int> &range) const
       {
         for (size_type i = range.begin(); i < range.end(); ++i)
           accumulate_recursive(op,

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.