From f92d5c554120e583669615cd02c0aa166b06875f Mon Sep 17 00:00:00 2001 From: John Bafford Date: Sat, 6 Jun 2015 13:35:27 -0400 Subject: [PATCH] Fix typo in node execution example --- tutorials/exenode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/exenode.html b/tutorials/exenode.html index 7613d715..b906c451 100644 --- a/tutorials/exenode.html +++ b/tutorials/exenode.html @@ -225,7 +225,7 @@ //throttle is 100% until there is less than 1 second of time left to burn //when there is less than 1 second - decrease the throttle linearly - set tset to min(nd:deltav:mag/maxa_acc, 1). + set tset to min(nd:deltav:mag/max_acc, 1). //here's the tricky part, we need to cut the throttle as soon as our nd:deltav and initial deltav start facing opposite directions //this check is done via checking the dot product of those 2 vectors @@ -330,4 +330,4 @@ - \ No newline at end of file +