diff --git a/src/algorithms.jl b/src/algorithms.jl index 2c44f2d2ac..996d378f2d 100644 --- a/src/algorithms.jl +++ b/src/algorithms.jl @@ -1217,7 +1217,9 @@ struct ERKN7 <: OrdinaryDiffEqAdaptivePartitionedAlgorithm end Does not include an adaptive method. Solves for for d-dimensional differential systems of second order linear inhomogeneous equations. -Is only fourth order for these systems, the method is second order otherwise. +!!! warn + This method is only fourth order for these systems, the method is second order otherwise! + ## References @article{MONTIJANO2024115533,