Skip to content

Commit

Permalink
Merge pull request #11 from PALEOtoolkit/oceanfloor_fixes
Browse files Browse the repository at this point in the history
Fix log message in Weathering.jl ReactionSeafloorWeathering
  • Loading branch information
sjdaines authored Jun 27, 2022
2 parents 8e3c068 + 8eaef0b commit 7bb2413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PALEOcopse"
uuid = "4a6ed817-0e58-48c6-8452-9e9afc8cb508"
authors = ["sd336 "]
version = "0.3.0"
version = "0.3.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -20,7 +20,7 @@ Infiltrator = "1.0"
Interpolations = "0.13"
MAT = "0.10"
PALEOboxes = "0.19.1"
PALEOmodel = "0.15"
PALEOmodel = "0.15.1"
Plots = "1.0"
Roots = "1.0, 2.0"
TestEnv = "1.0"
Expand Down
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

2 comments on commit 7bb2413

@sjdaines
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/63176

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" 7bb2413deddbde1f89a6d2b03d9953842fb65758
git push origin v0.3.1

Please sign in to comment.