Skip to content

Commit

Permalink
add missedpassed by ref
Browse files Browse the repository at this point in the history
  • Loading branch information
biboyd committed Jul 17, 2024
1 parent 3086dbc commit e628b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Maestro.H
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ class Maestro : public amrex::AmrCore {
amrex::Array4<amrex::Real> const ury,
amrex::Array4<amrex::Real> const uimhy,
const amrex::Box& domainBox,
const amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> dx) const;
const amrex::GpuArray<amrex::Real, AMREX_SPACEDIM>& dx) const;

void VelPredVelocities(const amrex::MFIter& mfi,
amrex::Array4<const amrex::Real> const utilde,
Expand Down

0 comments on commit e628b08

Please sign in to comment.