Added a sun test case and interpolation
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user