]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use correct data type. 18544/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Jun 2025 14:10:15 +0000 (08:10 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Jun 2025 14:11:15 +0000 (08:11 -0600)
include/deal.II/matrix_free/fe_evaluation_data.h

index afadfe494697085a4b4d3515627dfc80558d1a47..dcc3babe71bc804098a2229df6f6ed7a633955fe 100644 (file)
@@ -1710,7 +1710,7 @@ namespace internal
     AssertDimension(indices.size(), out.size());
     AssertDimension(indices.size(), array[0].size());
     // set all entries in array to a valid element
-    int index = 0;
+    std::size_t index = 0;
     for (; index < N; ++index)
       if (indices[index] != numbers::invalid_unsigned_int)
         break;

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.