Skip to content

Commit cdea39f

Browse files
committed
Add const
1 parent 67b3b77 commit cdea39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples_3d/parking_4p.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set.linear_solver="GMRES" # GMRES, LapackDense or Dense
2828
STEPS = 352
2929
PRINT = false
3030
STATISTIC = false
31-
PLOT=false
31+
const PLOT=false
3232
UPWIND_DIR2 = -pi/2+deg2rad(10) # Zero is at north; clockwise positive
3333
ZOOM = true
3434
FRONT_VIEW = true

0 commit comments

Comments
 (0)