From b46f27c041c61b9798ff27536623e67d61589f1d Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 21 Aug 2018 17:50:57 +0200 Subject: [PATCH] Script execution --- script/test/TestFourcvTiny.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestFourcvTiny.py b/script/test/TestFourcvTiny.py index 0387764..6c0c35f 100644 --- a/script/test/TestFourcvTiny.py +++ b/script/test/TestFourcvTiny.py @@ -34,7 +34,7 @@ print_axis_setup() setup_axis('alpha', alpha.getMinValue(), alpha.getMaxValue()) setup_axis('delta', delta.getMinValue(), 90) #delta.getMaxValue()) -setup_axis('gam', gamma.getMinValue(), gamma.getMaxValue()) +setup_axis('gamma', gamma.getMinValue(), gamma.getMaxValue()) setup_axis('omegaV', omegaV.getMinValue(), omegaV.getMaxValue()) #for m in alpha, delta, gamma, omegaV: