Skip to content

Commit

Permalink
whoops const
Browse files Browse the repository at this point in the history
  • Loading branch information
pguthrey committed Sep 9, 2024
1 parent 9e812d7 commit ee2c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/mixed_fem_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ constexpr void inner_product(
rajaperf::Real_type (&matrix)[(M*(M+1))/2])
{
// inner product is <basis_2, basis_1>
const rajaperf::Int_type offset = 0;
rajaperf::Int_type offset = 0;

for (rajaperf::Int_type p = 0; p < M; p++) {

Expand Down

0 comments on commit ee2c80e

Please sign in to comment.