diff --git a/Project.toml b/Project.toml index 16ac57a..09fe4ff 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" diff --git a/src/oceanfloor/Weathering.jl b/src/oceanfloor/Weathering.jl index e57df2b..8c69a7f 100644 --- a/src/oceanfloor/Weathering.jl +++ b/src/oceanfloor/Weathering.jl @@ -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")