Skip to content

Commit

Permalink
address a minor formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bogenschutz committed Jun 10, 2024
1 parent df2d2da commit 0819dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/src/dynamics/homme/eamxx_homme_iop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ apply_iop_forcing(const Real dt)
const int igp = idx/NGP;
const int jgp = idx%NGP;

auto ps_i = ps_dyn(ie, igp, jgp);
auto ps_i = ps_dyn(ie, igp, jgp);
auto dp3d_i = ekat::subview(dp3d_dyn, ie, igp, jgp);
auto vtheta_dp_i = ekat::subview(vtheta_dp_dyn, ie, igp, jgp);
auto qv_i = ekat::subview(Q_dyn, ie, 0, igp, jgp);
Expand Down

0 comments on commit 0819dd3

Please sign in to comment.