Fully working mbh for two phase missions!
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
struct LaGuerreConway_Error <: Exception end
|
||||
Base.showerror(io::IO, e::LaGuerreConway_Error) = print(io, "LaGuerre-Conway didn't converge")
|
||||
|
||||
struct ΔVsize_Error <: Exception end
|
||||
struct ΔVsize_Error <: Exception
|
||||
ΔV::Float64
|
||||
end
|
||||
Base.showerror(io::IO, e::ΔVsize_Error) = print(io, "ΔV was too big: $(e.ΔV)")
|
||||
|
||||
struct HitPlanet_Error <: Exception end
|
||||
Base.showerror(io::IO, e::HitPlanet_Error) = print(io, "spacecraft hit the planet...")
|
||||
|
||||
Reference in New Issue
Block a user