]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove traling const 14054/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 26 Jun 2022 07:47:19 +0000 (09:47 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 26 Jun 2022 07:47:19 +0000 (09:47 +0200)
include/deal.II/matrix_free/tools.h

index f6c7c13a80d86a18852d307570fd54b202693be2..252ddd282ee7ebe5092b25c11d968d439427b313 100644 (file)
@@ -1031,7 +1031,7 @@ namespace MatrixFreeTools
           integrator(
             matrix_free, range, dof_no, quad_no, first_selected_component);
 
-        unsigned int const dofs_per_cell = integrator.dofs_per_cell;
+        const unsigned int dofs_per_cell = integrator.dofs_per_cell;
 
         std::vector<types::global_dof_index> dof_indices(dofs_per_cell);
         std::vector<types::global_dof_index> dof_indices_mf(dofs_per_cell);

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.