Skip to content

Commit

Permalink
Fix ReduceToPlane
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Mar 27, 2024
1 parent b892132 commit f622d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_MultiFabUtil.H
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ namespace amrex
#endif
, int> FOO = 0>
BaseFab<T>
ReduceToPlane (int direction, Box const& domain, FabArray<FAB> const& mf, F&& f);
ReduceToPlane (int direction, Box const& domain, FabArray<FAB> const& mf, F const& f);

/**
* \brief Sum MultiFab data to line
Expand Down

0 comments on commit f622d13

Please sign in to comment.