mockingbirdnest / Principia

𝑛-Body and Extended Body Gravitation for Kerbal Space Program
MIT License
774 stars 70 forks source link

Fix a bug in the deserialization of integrators #3940

Closed pleroy closed 8 months ago

pleroy commented 8 months ago

An SPRK can be viewed as an SRKN, so we need to check for both kinds of ODE at deserialization time.

Also remove base::noreturn, which hid the bug for a year, and use std::abort instead.