]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning regarding unused variables 14248/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 8 Sep 2022 06:49:18 +0000 (08:49 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 8 Sep 2022 07:16:01 +0000 (09:16 +0200)
include/deal.II/matrix_free/tensor_product_kernels.h

index 10971a272fd59c36d5dcee163eeba90b843cb598..88b0a8b2d5197d2377d603f959c4e032dd44c8a2 100644 (file)
@@ -2007,6 +2007,8 @@ namespace internal
       : shape_values(shape_values.begin())
       , shape_gradients(nullptr)
       , shape_hessians(nullptr)
+      , n_rows(n_rows)
+      , n_columns(n_columns)
     {
       AssertDimension(shape_values.size(), n_rows * ((n_columns + 1) / 2));
     }

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.