We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73172e3 commit e2bb2f3Copy full SHA for e2bb2f3
src/simple_regular_solve.jl
@@ -72,7 +72,7 @@ function compute_gi(u, nu, hor, i)
72
max_order = 1.0
73
for j in 1:size(nu, 2)
74
if abs(nu[i, j]) > 0
75
- max_order = max(max_order, Float64(hor[j]))
+ max_order = max(max_order, float(hor[j]))
76
end
77
78
return max_order
0 commit comments