File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ void interp_to_mfab::interp_velocity_to_multifab3D(
699699 const amrex::Real spd_ylo,
700700 const bool is_periodic,
701701 const amrex::Vector<int >& indvec,
702- const const amrex::Vector<amrex::Real>& hvec,
702+ const amrex::Vector<amrex::Real>& hvec,
703703 const amrex::Gpu::DeviceVector<amrex::Real>& uvec,
704704 const amrex::Gpu::DeviceVector<amrex::Real>& vvec,
705705 const amrex::Gpu::DeviceVector<amrex::Real>& wvec,
@@ -932,7 +932,7 @@ void interp_to_mfab::interp_velocity_to_multifab2D(
932932 const amrex::Real spd_xlo,
933933 const bool is_periodic,
934934 const amrex::Vector<int >& indvec,
935- const const amrex::Vector<amrex::Real>& hvec,
935+ const amrex::Vector<amrex::Real>& hvec,
936936 const amrex::Gpu::DeviceVector<amrex::Real>& uvec,
937937 const amrex::Gpu::DeviceVector<amrex::Real>& wvec,
938938 amrex::MultiFab& vfab,
You can’t perform that action at this time.
0 commit comments