Skip to content

Commit

Permalink
fix broken ref to seawater
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamedwards committed Feb 27, 2024
1 parent 4e56ba4 commit c214ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The provided `proposals` (as custom type [`Proposal`](@ref)) describe the sensit
See [`diffuseadvectcolumn!`](@ref) for the underlying diffusion-advection transport calculations.
see also: [`porewaterhistory!`](@ref), [`Proposal`](@ref), [`Constants`](@ref), [`LR04`](@ref), [`seawater`](@ref)
see also: [`porewaterhistory!`](@ref), [`Proposal`](@ref), [`Constants`](@ref), [`LR04`](@ref), [`water`](@ref)
"""
function porewaterhistory(p::Proposal; k::Constants=Constants(), climatehistory::ClimateHistory=LR04(), seawater::Water=mcmurdosound())
Expand Down

0 comments on commit c214ff1

Please sign in to comment.