From 625d191871b69eb3611effe57e353ebe3a57b773 Mon Sep 17 00:00:00 2001 From: Stepan Andreev Date: Sat, 6 Jun 2015 21:15:46 +0100 Subject: [PATCH] Another typo --- doc/source/tutorials/exenode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorials/exenode.rst b/doc/source/tutorials/exenode.rst index 3b93e427b7..fd82782525 100644 --- a/doc/source/tutorials/exenode.rst +++ b/doc/source/tutorials/exenode.rst @@ -54,7 +54,7 @@ Now we are ready to burn. It is usually done in the `until` loop, checking main //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