Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion networks/primordial_chem/actual_rhs.H
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ Real rhs_eint(const burn_t& state,


AMREX_GPU_HOST_DEVICE AMREX_INLINE
void actual_rhs (burn_t& state, Array1D<Real, 1, neqs>& ydot)
void actual_rhs (const burn_t& state, Array1D<Real, 1, neqs>& ydot)
{
Real z = redshift;

Expand Down
Loading