Skip to content

Commit

Permalink
fix typo in Geostrophic Forcing (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn authored Jun 27, 2024
1 parent 50549c2 commit 0230d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void GeostrophicForcing::operator()(
}
src_term(i, j, k, 0) += wfac * forcing[0];
src_term(i, j, k, 1) += wfac * forcing[1];
src_term(i, j, k, 1) += wfac * hfac * forcing[2];
src_term(i, j, k, 2) += wfac * hfac * forcing[2];
});
}

Expand Down

0 comments on commit 0230d3a

Please sign in to comment.