Skip to content
Success

Changes

Summary

  1. Fix handling of interpolants after ODE terminating events (commit: 01771fe) (details)
  2. Rename _minT/_maxT to _firstT/_lastT (commit: abe63f0) (details)
  3. code cleanup (commit: a710495) (details)
Commit 01771fefc0759e4c6b0c099a6ab6310677443a73 by lamont
Fix handling of interpolants after ODE terminating events
(commit: 01771fe)
The file was modified MechJebLib/ODE/AbstractIVP.cs (diff)
The file was modified MechJebLibTest/ODETests/Tsit5Tests.cs (diff)
The file was modified MechJebLibTest/ODETests/BS3Tests.cs (diff)
The file was modified MechJebLib/ODE/DenseOutput.cs (diff)
The file was modified MechJebLibTest/ODETests/DP5Tests.cs (diff)
Commit abe63f05d236b740fce096ec9426d7abcb069ebc by lamont
Rename _minT/_maxT to _firstT/_lastT

Add some comments to hopefully help myself in the future about
the whole design.
(commit: abe63f0)
The file was modified MechJebLib/ODE/DenseOutput.cs (diff)
The file was modified MechJebLibTest/ODETests/BS3Tests.cs (diff)
The file was modified MechJebLib/ODE/DenseNode.cs (diff)
The file was modified MechJebLib/ODE/DP8.cs (diff)
The file was modified MechJebLib/ODE/DenseOutput.cs (diff)