Skip to content

Commit b949faf

Browse files
amontoisonsimonbyrne
authored andcommitted
Remove warnings (#9)
1 parent 22f1165 commit b949faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Quadmath.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ end
7070

7171
function __init__()
7272
@require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
73-
using SpecialFunctions
73+
import .SpecialFunctions
7474

7575
SpecialFunctions.erf(x::Float128) = Float128(ccall((:erfq, libquadmath), Cfloat128, (Cfloat128, ), x))
7676
SpecialFunctions.erfc(x::Float128) = Float128(ccall((:erfcq, libquadmath), Cfloat128, (Cfloat128, ), x))
@@ -322,4 +322,4 @@ end
322322
print(io::IO, b::Float128) = print(io, string(b))
323323
show(io::IO, b::Float128) = print(io, string(b))
324324

325-
end # modeule Quadmath
325+
end # module Quadmath

0 commit comments

Comments
 (0)