Fix satdeploy.
This commit is contained in:
parent
1860572067
commit
324d9ab7a3
5 changed files with 28 additions and 30 deletions
14
prog/circ.ks
14
prog/circ.ks
|
@ -2,14 +2,6 @@
|
|||
|
||||
runoncepath("/lib/navigation").
|
||||
|
||||
parameter where is "a".
|
||||
parameter whereStr is "apoapsis".
|
||||
|
||||
local usePeri is false.
|
||||
if where = "p" {
|
||||
set usePeri to true.
|
||||
set whereStr to "periapsis".
|
||||
}
|
||||
|
||||
CreateCircularizationNode(usePeri).
|
||||
print "Circularization node created at " + whereStr.
|
||||
parameter where.
|
||||
add CreateCircularizationNode(where).
|
||||
print "Circularization node created.".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue