Skip to content

Commit ea2c95e

Browse files
authored
remove Any eltype in specialfn RHS (#271)
1 parent 72299f2 commit ea2c95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/specialfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ for (op, ODE, RHS, growth) in ((:(exp), "D-f'", "0", :(real)
189189
# This supports Line/Rays
190190
D=Derivative(domain(f))
191191
B=Evaluation(domainspace(D),xmax)
192-
u=\([B, $L], Any[opfxmax, $R]; tolerance=eps(cfstype(fin))*opmax)
192+
u=\([B, $L], [opfxmax, $R]; tolerance=eps(cfstype(fin))*opmax)
193193

194194
setdomain(u,domain(fin))
195195
end

0 commit comments

Comments
 (0)