Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 26, 2024
1 parent 10214e5 commit cbe25f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ function postprocess(filename)
return
end

postprocess("src/Lib/libxprs.jl")
postprocess("src/Lib/xprs.jl")
2 changes: 1 addition & 1 deletion scripts/generate.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[general]
library_name = "libxprs"
output_file_path = "src/Lib/libxprs.jl"
output_file_path = "src/Lib/xprs.jl"
print_using_CEnum = false
extract_c_comment_style = "doxygen"
2 changes: 1 addition & 1 deletion src/Lib/Lib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module Lib
import ..Xpress
const libxprs = Xpress.libxprs

include("libxprs.jl")
include("xprs.jl")

end # Lib
File renamed without changes.

0 comments on commit cbe25f9

Please sign in to comment.