Skip to content

Commit bfa1e28

Browse files
Apply Runic formatting after v7 rebase onto latest master
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fb3333c commit bfa1e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OrdinaryDiffEqStabilizedRK/src/rkc_perform_step.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ end
12121212
onemq = 1 - q
12131213
onepq = 1 + q
12141214
onepq2 = onepq * onepq
1215-
1215+
12161216
# The first and possibly second steps are calculated via the one-step RKC method.
12171217
rkcstep = q < 0.49
12181218

@@ -1325,4 +1325,4 @@ end
13251325
integrator.k[1] = integrator.fsalfirst
13261326
integrator.k[2] = integrator.fsallast
13271327
integrator.u = u
1328-
end
1328+
end

0 commit comments

Comments
 (0)