Skip to content

Commit 0ab7a08

Browse files
committed
fix PFRK87 docstring
1 parent 3157b0f commit 0ab7a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/explicit_rk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Base.@kwdef struct PFRK87{StageLimiter, StepLimiter, Thread, T} <:
400400
end
401401
# for backwards compatibility
402402
function PFRK87(stage_limiter!, step_limiter! = trivial_limiter!; omega = 0.0)
403-
FRK65(stage_limiter!, step_limiter!, False(), omega)
403+
PFRK87(stage_limiter!, step_limiter!, False(), omega)
404404
end
405405

406406
@doc explicit_rk_docstring("Bogacki-Shampine 5/4 Runge-Kutta method. (lazy 5th order interpolant).",

0 commit comments

Comments
 (0)