Skip to content

Commit 3454474

Browse files
authored
format (#184)
1 parent 5c6d33b commit 3454474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/time_integration_methods.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Reference: Section 315 of
119119
function residual_order_condition(t::RootedTree, rk::RungeKuttaMethod)
120120
ew = elementary_weight(t, rk)
121121
T = typeof(ew)
122-
invγ = 1//γ(t)
123-
invσ = 1//σ(t)
122+
invγ = 1 // γ(t)
123+
invσ = 1 // σ(t)
124124

125125
(ew - invγ) * invσ
126126
end

0 commit comments

Comments
 (0)