The source project of this merge request has been removed.
Put each ODE integrator in its own file.
Currently, every ODE integrator is in its own file; which is fine since they collectively do not occupy many lines of code.
However, the upcoming Dormand-Prince integrator is expected to be a few more lines, so split the integrators into their own files. I believe this also gets us a bit more consistent with the coding guidelines for the project as each class goes in its own file.
This is a breaking change, but in a personal communication with @dpugmire we determined that its impact on users will be minimal.
Edited by Nick Thompson