Skip to content

Commit

Permalink
Cleanup cyclone prob
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Aug 23, 2024
1 parent e76789f commit 9aa5b56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Exec/DevTests/TropicalCyclone/prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Problem::init_custom_pert(
const Box& bx,
const Box& xbx,
const Box& ybx,
const Box& zbx,
const Box& /*zbx*/,
Array4<Real const> const& /*state*/,
Array4<Real > const& state_pert,
Array4<Real > const& x_vel_pert,
Array4<Real > const& y_vel_pert,
Array4<Real > const& z_vel_pert,
Array4<Real > const& /*z_vel_pert*/,
Array4<Real> const& r_hse,
Array4<Real> const&,
Array4<Real const> const&,
Expand All @@ -53,7 +53,7 @@ Problem::init_custom_pert(
Array4<Real const> const&,
Array4<Real const> const&,
Array4<Real const> const&,
const SolverChoice& sc)
const SolverChoice& /*sc*/)
{

// QKE for PBL
Expand Down

0 comments on commit 9aa5b56

Please sign in to comment.