Fix casing on all include lines.

This commit is contained in:
Anna Rose 2021-08-19 02:32:07 +00:00
parent 828b5f9a5e
commit 37cbab7724
9 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
runoncepath("lib/throttle"). RunOncePath("lib/throttle").
runoncepath("lib/navigation"). RunOncePath("lib/navigation").
// Calculate the direction to lock during ascent. // Calculate the direction to lock during ascent.
function getAscentDir { function getAscentDir {

View File

@ -5,7 +5,7 @@
// //
// Do not include both this and stabilize_helicopter.ks in one program. // 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. // Convenience function for landing operations. Hover over a point with a negative velocity, shutting down on landing.
function Land { function Land {

View File

@ -1,6 +1,6 @@
@lazyglobal off. @lazyglobal off.
runoncepath("/lib/navigation"). RunOncePath("/lib/navigation").
parameter where. parameter where.
add CreateCircularizationNode(where). add CreateCircularizationNode(where).

View File

@ -1,4 +1,4 @@
@lazyglobal off. @lazyglobal off.
runoncepath("/lib/navigation"). RunOncePath("/lib/navigation").
ExecNode(). ExecNode().

View File

@ -3,8 +3,8 @@
// * AG9 is unmapped. // * AG9 is unmapped.
// * Main throttle controls collective. // * Main throttle controls collective.
runoncepath("lib/stabilize_helicopter"). RunOncePath("lib/stabilize_helicopter").
runoncepath("lib/ui"). RunOncePath("lib/ui").
clearguis(). clearguis().

View File

@ -1,6 +1,6 @@
@lazyglobal off. @lazyglobal off.
runoncepath("/lib/navigation"). RunOncePath("/lib/navigation").
if HASNODE { if HASNODE {
print "Node dV: " + NEXTNODE:DELTAV:MAG. print "Node dV: " + NEXTNODE:DELTAV:MAG.

View File

@ -4,5 +4,5 @@
@lazyglobal off. @lazyglobal off.
runoncepath("/lib/reentry"). RunOncePath("/lib/reentry").
PerformReentry(). PerformReentry().

View File

@ -1,12 +1,12 @@
@lazyglobal off. @lazyglobal off.
runoncepath("/lib/ui"). RunOncePath("/lib/ui").
runoncepath("/lib/navigation"). RunOncePath("/lib/navigation").
runoncepath("/lib/throttle"). RunOncePath("/lib/throttle").
runoncepath("/lib/stabilize_rocket"). RunOncePath("/lib/stabilize_rocket").
runoncepath("/lib/launch_rocket"). RunOncePath("/lib/launch_rocket").
runoncepath("/lib/sensors"). RunOncePath("/lib/sensors").
runoncepath("/lib/reentry"). RunOncePath("/lib/reentry").
clearguis(). clearguis().

View File

@ -10,7 +10,7 @@
parameter name is "New Satellite". parameter name is "New Satellite".
runoncepath("/lib/navigation"). RunOncePath("/lib/navigation").
stage. stage.