Skip to content

Commit 1e02d3a

Browse files
fix show... I'm a doofus.
1 parent 3888bdc commit 1e02d3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/initdt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ function sde_determine_initdt{tType,uType}(u0::uType,t::tType,tdir,dtmax,abstol,
1515
d₁ = internalnorm(max.(abs.(f₀.+g₀),abs.(f₀.-g₀))./(abstol.+abs.(u0).*reltol))
1616
T0 = typeof(d₀)
1717
T1 = typeof(d₁)
18-
@show d₀,d₁
1918
if d₀ < T0(1//10^(5)) || d₁ < T1(1//10^(5))
2019
dt₀ = tType(1e-6)
2120
else

0 commit comments

Comments
 (0)