Skip to content

Commit

Permalink
Move all src files into src
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 29, 2021
1 parent c1ace9d commit c09b162
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/Clp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

using CEnum

include("../lib/libClp.jl")
include("libClp.jl")

const _CLP_VERSION =
VersionNumber("$(Clp_VersionMajor()).$(Clp_VersionMinor()).$(Clp_VersionRelease())")
Expand Down
Loading

0 comments on commit c09b162

Please sign in to comment.