Skip to content

Commit

Permalink
Add a missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Aug 28, 2024
1 parent f663e88 commit e2bfc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/step-64/step-64.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ namespace Step64
Portable::FEEvaluation<dim, fe_degree, fe_degree + 1, 1, double> *fe_eval,
const int q_point) const;

DEAL_II_HOST_DEVICE void
set_matrix_free_data(const Portable::MatrixFree<dim, double>::Data &data)
DEAL_II_HOST_DEVICE void set_matrix_free_data(
const typename Portable::MatrixFree<dim, double>::Data &data)
{
gpu_data = &data;
}
Expand Down

0 comments on commit e2bfc38

Please sign in to comment.