Skip to content

Commit 58b0d8d

Browse files
authored
Update sifdecoder.jl
1 parent 6d01484 commit 58b0d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sifdecoder.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function _name_outsdif(name::String, precision::Symbol)
7272
end
7373

7474
"""
75-
sifdecoder(name::String, args...; verbose::Bool=false, precision::Symbol=:double,
76-
outsdif::String=_name_outsdif(name, precision), libsif_folder=libsif_path)
75+
sifdecoder(name::String, args...; verbose::Bool=false,
76+
precision::Symbol=:double, libsif_folder=libsif_path)
7777
7878
Decodes a SIF problem, converting it into a format suitable for further processing.
7979

0 commit comments

Comments
 (0)