Skip to content

Commit

Permalink
Merge pull request #180 from frankwswang/dev-v0.6
Browse files Browse the repository at this point in the history
Disabled check-loading of `.Molden`.
  • Loading branch information
frankwswang authored Jan 13, 2025
2 parents 71b165a + 86dca28 commit 9dffde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Initialization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const QuiqboxSubModules = ["Molden"]

# Initialization function.
function __init__()
tryIncluding.(QuiqboxSubModules)
# tryIncluding.(QuiqboxSubModules)

# Forced JIT compilation can be done here.
end

0 comments on commit 9dffde9

Please sign in to comment.