Skip to content

Commit

Permalink
plotting precompiled
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosata committed Dec 13, 2022
1 parent fd07bd6 commit ebe4152
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/HarmonicBalance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ module HarmonicBalance
include("modules/LimitCycles.jl")
using .LimitCycles

precomp_path = (@__DIR__) * "/../test/parametron.jl"
@precompile_all_calls include(precomp_path)
precomp_path = (@__DIR__) * "/../test/"
@precompile_all_calls include(precomp_path * "parametron.jl")
@precompile_all_calls include(precomp_path * "plotting.jl")

end # module

0 comments on commit ebe4152

Please sign in to comment.