]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use constructor signature. 18545/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Jun 2025 14:08:47 +0000 (08:08 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 3 Jun 2025 21:21:22 +0000 (15:21 -0600)
include/deal.II/matrix_free/portable_matrix_free.templates.h

index f62e0f3564fd100d214f5e4453a67fb2da3026c7..cf71c8d4b948627c9dc76de3b7452ec4aca582ed 100644 (file)
@@ -418,7 +418,7 @@ namespace Portable
 
         SharedData<dim, Number> shared_data(values, gradients, scratch_pad);
 
-        const unsigned int cell_index = team_member.league_rank();
+        const int cell_index = team_member.league_rank();
 
         typename MatrixFree<dim, Number>::Data data{team_member,
                                                     /* n_dofhandler */ 1,

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.