Skip to content
Success

Changes

Summary

  1. PSG: fix coast MaxT (commit: d61ebb8) (details)
Commit d61ebb83f1de3e35556fb7e60ea6148ffa4296e8 by lamont
PSG: fix coast MaxT

makes MaxT the responsiblity of the Phase and not the optimizer.

previously, the calculation in the optimizer was dividing by zero
for coasts where minThrottle = 0 and that value just doesn't make
and sense.  so make the burn phase factory method responsible for
setting MaxT to be correct for a burn phase and adjusting by
minThrottle.
(commit: d61ebb8)
The file was modified MechJebLib/PSG/Optimizer.cs (diff)
The file was modified MechJebLib/PSG/Phase.cs (diff)