We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da63001 commit 6d01484Copy full SHA for 6d01484
src/model.jl
@@ -133,7 +133,8 @@ function CUTEstModel{T}(
133
libsif_name = "lib$(pname)_$(precision)"
134
if !decode
135
isfile(outsdif) || error("CUTEst: no decoded problem found")
136
- isfile("$libsif_name.$dlext") || error("CUTEst: $libsif_name.$dlext not found; decode problem first")
+ isfile("$libsif_name.$dlext") ||
137
+ error("CUTEst: $libsif_name.$dlext not found; decode problem first")
138
else
139
sifdecoder(path_sifname, args...; verbose, precision)
140
build_libsif(path_sifname; precision)
0 commit comments