Skip to content

Commit

Permalink
Fix log message in Weathering.jl ReactionSeafloorWeathering
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdaines committed Jun 26, 2022
1 parent 8e3c068 commit 5d75187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oceanfloor/Weathering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function set_distributionfromdepths(
rj = m.reaction
attribute_name == :setup || return nothing

@info "$(fullname(m)) ReactionSeafloorWeathering:"
@info "$(PB.fullname(m)) ReactionSeafloorWeathering:"

PB.get_length(rj.domain) == length(cellrange.indices) ||
error("ReactionSeafloorWeathering $(PB.fullname(rj)) set_distributionfromdepths cellrange does not cover whole Domain")
Expand Down

0 comments on commit 5d75187

Please sign in to comment.