CEIL -> CEILING.

This commit is contained in:
Casper V. Kristensen 2018-07-27 00:39:52 +02:00
parent 263fadda3b
commit eb040aa911
Signed by: caspervk
GPG key ID: B1156723DB3BDDA8

View file

@ -32,7 +32,7 @@ function execute_node {
print "Approaching".
lock STEERING to node:DELTAV.
wait until node:ETA <= CEIL(burn_duration/2). // CEIL instead of ROUND, since we'd rather start the burn too soon to have time for perfecting the burn
wait until node:ETA <= CEILING(burn_duration/2). // CEILING instead of ROUND, since we'd rather start the burn too soon to have time for perfecting the burn
print "Burn!".
lock THROTTLE to 1.0.