Added a sun test case and interpolation

This commit is contained in:
Connor
2021-09-25 17:32:11 -06:00
parent af545ba1a7
commit 27702ba3f8
6 changed files with 62 additions and 31 deletions

View File

@@ -2,6 +2,9 @@ struct LaGuerreConway_Error <: Exception end
struct ΔVsize_Error <: Exception end
struct Convergence_Error <: Exception end
Base.showerror(io::IO, e::Convergence_Error) = print(io, "NLP solver didn't converge...")
struct GenOrbit_Error <: Exception end
Base.showerror(io::IO, e::GenOrbit_Error) = print(io, "Infinite Loop trying to generate the init orbit")