Skip to content

Commit

Permalink
Disabled check-loading of .Molden.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwswang committed Jan 13, 2025
1 parent a0b4148 commit 86dca28
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 86dca28

Please sign in to comment.