Skip to content

Commit

Permalink
Update flow.jl (remove trailing spaces)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Visser <[email protected]>
  • Loading branch information
vers-w and visr authored Feb 19, 2024
1 parent 581dfcc commit 3d0267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function update(sf::SurfaceFlowRiver, network, inflow_wb, doy)
sf.β,
Δt,
sf.dl[v],
)
)

if !isnothing(sf.reservoir) && sf.reservoir_index[v] != 0
# run reservoir model and copy reservoir outflow to inflow (qin) of
Expand Down

0 comments on commit 3d0267b

Please sign in to comment.