Skip to content

Commit

Permalink
Modify init function
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlevy committed Oct 17, 2024
1 parent 8019da4 commit 45b6375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ITensorNumericalAnalysis.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ITensorNumericalAnalysis

function __init__()
include(joinpath(pkgdir(ITensorNumericalAnalysis), "src", "fixes.jl"))
include(joinpath(@__DIR__,"fixes.jl"))
return nothing
end

Expand Down

0 comments on commit 45b6375

Please sign in to comment.