Skip to content

Commit

Permalink
Merge pull request #21 from JuliaReach/schillic/using
Browse files Browse the repository at this point in the history
Move `using` code
  • Loading branch information
schillic committed Mar 12, 2024
2 parents c891025 + e74c41b commit 125a99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/ForwardAlgorithms/Verisig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ end

function load_Verisig()
return quote
using .ReachabilityAnalysis: TMJets, IVP, BlackBoxContinuousSystem, solve, evaluate,
TaylorModelN

function _Verisig_default_algorithm()
return TMJets(; abstol=1e-14, orderQ=2, orderT=6)
end
Expand Down
3 changes: 2 additions & 1 deletion src/ForwardAlgorithms/init_ReachabilityAnalysis.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# COV_EXCL_START
using .ReachabilityAnalysis: @taylorize, TaylorIntegration, TaylorN, Taylor1
using .ReachabilityAnalysis: @taylorize, TaylorIntegration, TaylorN, Taylor1, TaylorModelN,
TMJets, IVP, BlackBoxContinuousSystem, solve, evaluate

# Verisig helper functions (need to be defined in this separate file because of
# the macro)
Expand Down

0 comments on commit 125a99f

Please sign in to comment.