Skip to content

Commit

Permalink
this shouldn't have worked anywhere before
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Sep 18, 2023
1 parent 043a2be commit 90d2dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Boundaries/Sediments/Sediments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function update_tendencies!(bgc, sediment::FlatSediment, model)

launch!(arch, model.grid, :xy,
_calculate_tendencies!,
sediment, bgc.underlying_biogeochemistry, model.grid, model.advection, model.tracers, model.timestepper)
sediment, bgc.underlying_biogeochemistry, model.grid, model.advection, model.tracers, model.timestepper.Gⁿ)

return nothing
end
Expand Down

0 comments on commit 90d2dde

Please sign in to comment.