Skip to content

Commit ad568aa

Browse files
committed
Make ZOOM not const
1 parent 993264c commit ad568aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/reel_out_4p.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PRINT = false
2020
STATISTIC = false
2121
ALPHA_ZERO = 8.8
2222
const FRONT_VIEW = false
23-
const ZOOM = 1.5
23+
ZOOM = 1.5
2424
# end of user parameter section #
2525

2626
set.alpha_zero = ALPHA_ZERO

examples/reel_out_4p_torque_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PRINT = false
2020
STATISTIC = false
2121
ALPHA_ZERO = 8.8
2222
const FRONT_VIEW = false
23-
const ZOOM = 1.5
23+
ZOOM = 1.5
2424
# end of user parameter section #
2525

2626
set.alpha_zero = ALPHA_ZERO

0 commit comments

Comments
 (0)