EVOLUTION: Fix formatting once again.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
d8bd7eb800
commit
8ec801228c
@ -222,7 +222,7 @@ module evolution
|
||||
registers = 3
|
||||
stages = max(2, min(9, stages))
|
||||
cfl = (stages - 1) * cfl
|
||||
write(name_int, "('2nd order SSPRK(',i0,',2)') with error control") stages
|
||||
write(name_int, "('Optimal 2nd order SSPRK(',i0,',2) with error control')") stages
|
||||
|
||||
case ("rk3", "RK3")
|
||||
|
||||
@ -256,7 +256,7 @@ module evolution
|
||||
n = n - 1
|
||||
stages = max(4, n**2)
|
||||
cfl = (n - 1) * n * cfl
|
||||
write(name_int, "('Optimal 3rd order SSPRK(',i0,',3) with error control") stages
|
||||
write(name_int, "('Optimal 3rd order SSPRK(',i0,',3) with error control')") stages
|
||||
|
||||
case ("rk4.10", "RK4.10", "ssprk(10,4)", "SSPRK(10,4)")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user