Skip to content

Commit

Permalink
Merge pull request #2060 from ahojukka5/patch-1
Browse files Browse the repository at this point in the history
Fix page number
  • Loading branch information
ChrisRackauckas authored Nov 15, 2023
2 parents 66317a8 + 13671ff commit 2009c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ end
for Alg in [:LawsonEuler, :NorsettEuler, :ETDRK2, :ETDRK3, :ETDRK4, :HochOst4]
"""
Hochbruck, Marlis, and Alexander Ostermann. “Exponential Integrators.” Acta
Numerica 19 (2010): 209–86. doi:10.1017/S0962492910000048.
Numerica 19 (2010): 209–286. doi:10.1017/S0962492910000048.
"""
@eval struct $Alg{CS, AD, FDT, ST, CJ} <:
OrdinaryDiffEqExponentialAlgorithm{CS, AD, FDT, ST, CJ}
Expand Down

0 comments on commit 2009c6b

Please sign in to comment.