diff --git a/lib/launch_rocket.ks b/lib/launch_rocket.ks index 10ecfd6..7f0a193 100644 --- a/lib/launch_rocket.ks +++ b/lib/launch_rocket.ks @@ -1,5 +1,5 @@ -runoncepath("lib/throttle"). -runoncepath("lib/navigation"). +RunOncePath("lib/throttle"). +RunOncePath("lib/navigation"). // Calculate the direction to lock during ascent. function getAscentDir { diff --git a/lib/stabilize_rocket.ks b/lib/stabilize_rocket.ks index fcd62a1..4df50e0 100644 --- a/lib/stabilize_rocket.ks +++ b/lib/stabilize_rocket.ks @@ -5,7 +5,7 @@ // // Do not include both this and stabilize_helicopter.ks in one program. -runoncepath("/lib/sensors"). +RunOncePath("/lib/sensors"). // Convenience function for landing operations. Hover over a point with a negative velocity, shutting down on landing. function Land { diff --git a/prog/circ.ks b/prog/circ.ks index b8827dc..b0b2bfc 100644 --- a/prog/circ.ks +++ b/prog/circ.ks @@ -1,6 +1,6 @@ @lazyglobal off. -runoncepath("/lib/navigation"). +RunOncePath("/lib/navigation"). parameter where. add CreateCircularizationNode(where). diff --git a/prog/execnode.ks b/prog/execnode.ks index cb2ffef..70254d1 100644 --- a/prog/execnode.ks +++ b/prog/execnode.ks @@ -1,4 +1,4 @@ @lazyglobal off. -runoncepath("/lib/navigation"). +RunOncePath("/lib/navigation"). ExecNode(). diff --git a/prog/helicopter.ks b/prog/helicopter.ks index 3aa1236..94f4060 100644 --- a/prog/helicopter.ks +++ b/prog/helicopter.ks @@ -3,8 +3,8 @@ // * AG9 is unmapped. // * Main throttle controls collective. -runoncepath("lib/stabilize_helicopter"). -runoncepath("lib/ui"). +RunOncePath("lib/stabilize_helicopter"). +RunOncePath("lib/ui"). clearguis(). diff --git a/prog/nodestats.ks b/prog/nodestats.ks index 9038dc6..8ecfac4 100644 --- a/prog/nodestats.ks +++ b/prog/nodestats.ks @@ -1,6 +1,6 @@ @lazyglobal off. -runoncepath("/lib/navigation"). +RunOncePath("/lib/navigation"). if HASNODE { print "Node dV: " + NEXTNODE:DELTAV:MAG. diff --git a/prog/reentry.ks b/prog/reentry.ks index 838fc1b..89319e3 100644 --- a/prog/reentry.ks +++ b/prog/reentry.ks @@ -4,5 +4,5 @@ @lazyglobal off. -runoncepath("/lib/reentry"). +RunOncePath("/lib/reentry"). PerformReentry(). diff --git a/prog/rocket.ks b/prog/rocket.ks index 4dca276..42a008a 100644 --- a/prog/rocket.ks +++ b/prog/rocket.ks @@ -1,12 +1,12 @@ @lazyglobal off. -runoncepath("/lib/ui"). -runoncepath("/lib/navigation"). -runoncepath("/lib/throttle"). -runoncepath("/lib/stabilize_rocket"). -runoncepath("/lib/launch_rocket"). -runoncepath("/lib/sensors"). -runoncepath("/lib/reentry"). +RunOncePath("/lib/ui"). +RunOncePath("/lib/navigation"). +RunOncePath("/lib/throttle"). +RunOncePath("/lib/stabilize_rocket"). +RunOncePath("/lib/launch_rocket"). +RunOncePath("/lib/sensors"). +RunOncePath("/lib/reentry"). clearguis(). diff --git a/prog/satdeploy.ks b/prog/satdeploy.ks index e3a550f..4dd55ef 100644 --- a/prog/satdeploy.ks +++ b/prog/satdeploy.ks @@ -10,7 +10,7 @@ parameter name is "New Satellite". -runoncepath("/lib/navigation"). +RunOncePath("/lib/navigation"). stage.