Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Sep 23, 2024
1 parent be16896 commit a2794fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/hydro/reconstruction.H
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void
add_geometric_rho_source(amrex::Array4<amrex::Real const> const& q_arr,
amrex::Array4<amrex::Real const> const& dloga,
const int i, const int j, const int k,
const int ncomp , amrex::Real* s) {
const int ncomp, amrex::Real* s) {

using namespace reconstruction;

Expand Down Expand Up @@ -144,7 +144,7 @@ add_geometric_p_source(amrex::Array4<amrex::Real const> const& q_arr,
amrex::Array4<amrex::Real const> const& qaux_arr,
amrex::Array4<amrex::Real const> const& dloga,
const int i, const int j, const int k,
const int ncomp amrex::Real* s) {
const int ncomp, amrex::Real* s) {

using namespace reconstruction;

Expand Down

0 comments on commit a2794fb

Please sign in to comment.