diff --git a/Project.toml b/Project.toml index 84630e9..7d94266 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RootedTrees" uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c" authors = ["Hendrik Ranocha and contributors"] -version = "2.23.1" +version = "2.23.2" [deps] LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" diff --git a/src/time_integration_methods.jl b/src/time_integration_methods.jl index 5e66b6e..b73b154 100644 --- a/src/time_integration_methods.jl +++ b/src/time_integration_methods.jl @@ -52,7 +52,7 @@ end elementary_weight(t::RootedTree, A::AbstractMatrix, b::AbstractVector, c::AbstractVector) Compute the elementary weight Φ(`t`) of the [`RungeKuttaMethod`](@ref) `rk` -with Butcher coefficients `A, b, c` for a rooted tree `t``. +with Butcher coefficients `A, b, c` for a rooted tree `t`. Reference: Section 312 of - Butcher, John Charles.