File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -816,9 +816,9 @@ def mission_setup(analyses):
816816 mission .append_segment (segment )
817817
818818
819- # ------------------------------------------------------------------
820- # First Descent Segment
821- # ------------------------------------------------------------------
819+ # ------------------------------------------------------------------
820+ # First Descent Segment
821+ # ------------------------------------------------------------------
822822
823823 segment = Segments .Descent .Constant_Speed_Constant_Rate (base_segment )
824824 segment .tag = "descent_1"
@@ -887,7 +887,7 @@ def mission_setup(analyses):
887887
888888
889889 # ------------------------------------------------------------------
890- # Fifth Descent Segment: consant speed, constant segment rate
890+ # Fifth Descent Segment
891891 # ------------------------------------------------------------------
892892
893893 segment = Segments .Descent .Constant_Speed_Constant_Rate (base_segment )
@@ -919,8 +919,6 @@ def missions_setup(base_mission):
919919
920920 missions .base = base_mission
921921
922-
923- # done!
924922 return missions
925923
926924if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments