]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix missing typename
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 26 Aug 2024 13:24:15 +0000 (09:24 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 26 Aug 2024 13:24:15 +0000 (09:24 -0400)
tests/matrix_free_kokkos/compute_diagonal_util.h

index d4d04f184af191f535ee3e1bf55026a69e026512..8f6c9c3bdc0d52155e6f93f80ddbd6d8e59e5644 100644 (file)
@@ -64,7 +64,7 @@ public:
   {}
 
   DEAL_II_HOST_DEVICE void
-  set_matrix_free_data(const Portable::MatrixFree<dim, Number>::Data &)
+  set_matrix_free_data(const typename Portable::MatrixFree<dim, Number>::Data &)
   {}
 
   static const unsigned int n_q_points =

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.