Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Feb 2, 2024
1 parent 05ca209 commit 0b9248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_Box.H
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ struct BoxIndexer
}

[[nodiscard]] AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
IntVect operator() (std::uint64_t icell) const
IntVect intVect (std::uint64_t icell) const
{
return {int(icell)+lo};
}
Expand Down

0 comments on commit 0b9248a

Please sign in to comment.