Skip to content

Commit

Permalink
Fix missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Aug 26, 2024
1 parent a78567f commit f663e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/matrix_free_kokkos/compute_diagonal_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class LaplaceOperatorQuad
{}

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 =
Expand Down

0 comments on commit f663e88

Please sign in to comment.