A lot of progress on the propagator
This commit is contained in:
@@ -5,12 +5,16 @@ using LinearAlgebra
|
||||
# Includes
|
||||
include("../constants.jl")
|
||||
include("../conversions.jl")
|
||||
include("../spacecraft.jl")
|
||||
include("../sft.jl")
|
||||
include("../laguerre-conway.jl")
|
||||
include("../propagator.jl")
|
||||
|
||||
# Tests
|
||||
@testset verbose=true "All Tests" begin
|
||||
@testset "All Tests" begin
|
||||
include("spacecraft.jl")
|
||||
include("laguerre-conway.jl")
|
||||
include("propagator.jl")
|
||||
end
|
||||
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user