Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 27, 2024
1 parent 440400e commit 3b2e995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/incflo.H
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public:
amrex::Real time, amrex::Real scaling_factor, bool incremental);

void ApplyProjection (amrex::Vector<amrex::MultiFab const*> const& density,
amrex::Vector<amrex::MultiFab *> vel,
amrex::Vector<amrex::MultiFab *> const& vel,
amrex::Vector<amrex::MultiFab *> const& divu_Source,
amrex::Real time, amrex::Real scaling_factor, bool incremental,
bool set_inflow_bc);
Expand Down
2 changes: 1 addition & 1 deletion src/incflo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ incflo::ApplyProjection (Vector<MultiFab const*> const& density,

void
incflo::ApplyProjection (Vector<MultiFab const*> const& density,
Vector<MultiFab *> vel,
Vector<MultiFab *> const& vel,
Vector<MultiFab *> const& divu_Source,
Real time, Real scaling_factor, bool incremental,
bool set_inflow_bc)
Expand Down

0 comments on commit 3b2e995

Please sign in to comment.