Skip to content

Commit

Permalink
remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Sharda authored and Piyush Sharda committed Aug 23, 2024
1 parent 3e49e51 commit af21a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networks/metal_chem/actual_rhs.H
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void rhs_specie(const burn_t& state,
Real const user_dissH2, Real const user_ionC,
Real const user_ionO, Real const user_dissCO,
Real const user_dust2gas_ratio, Real const Tdust,
Real const dustSemenov_cooling, Real const z) {
Real const z) {


using namespace Rates;
Expand Down Expand Up @@ -4028,7 +4028,7 @@ void actual_rhs (burn_t& state, Array1D<Real, 1, neqs>& ydot)
// YDOTS

rhs_specie(state, ydot, X, crate, Av, ionH, ionH2, dissH2,
ionC, ionO, dissCO, dust2gas_ratio, Tdust, dustSemenov_cooling, z);
ionC, ionO, dissCO, dust2gas_ratio, Tdust, z);

// Edot

Expand Down

0 comments on commit af21a2d

Please sign in to comment.