Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 11, 2024
1 parent c4c2c10 commit 5a2e0a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/callback.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ function update_cumulative_flows!(u, t, integrator)::Nothing
volume = integral(flow_rate, tprev, t)
flow_boundary.cumulative_flow[id.idx] += volume
flow_boundary.cumulative_flow_saveat[id.idx] += volume
basin.concentration_data.mass[outflow_id.idx, :] .+=
flow_boundary.concentration[id.idx, :] .* volume
basin.concentration_data.cumulative_in[outflow_id.idx] += volume
end
end

Expand Down

0 comments on commit 5a2e0a3

Please sign in to comment.