Skip to content

Commit e80344c

Browse files
committed
format
1 parent 4a31605 commit e80344c

File tree

2 files changed

+220
-198
lines changed

2 files changed

+220
-198
lines changed

src/algorithms.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ TruncatedStacktraces.@truncate_stacktrace ExplicitRK
8686

8787
@inline trivial_limiter!(u, integrator, p, t) = nothing
8888

89-
9089
"""
9190
AitkenNeville: Parallelized Explicit Extrapolation Method
9291
Euler extrapolation using Aitken-Neville with the Romberg Sequence.
@@ -3496,7 +3495,6 @@ function Base.show(io::IO, alg::SSPRK104)
34963495
", thread = ", alg.thread, ")")
34973496
end
34983497

3499-
35003498
"""
35013499
Alshina2(; stage_limiter! = OrdinaryDiffEq.trivial_limiter!,
35023500
step_limiter! = OrdinaryDiffEq.trivial_limiter!,

0 commit comments

Comments
 (0)