Skip to content

Commit e2bb2f3

Browse files
Update src/simple_regular_solve.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 73172e3 commit e2bb2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simple_regular_solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function compute_gi(u, nu, hor, i)
7272
max_order = 1.0
7373
for j in 1:size(nu, 2)
7474
if abs(nu[i, j]) > 0
75-
max_order = max(max_order, Float64(hor[j]))
75+
max_order = max(max_order, float(hor[j]))
7676
end
7777
end
7878
return max_order

0 commit comments

Comments
 (0)