when i defined the const like Const a_max = [30,30] Const a_min = [0,10]
I fined the warning WARNING: redefining constant a_max WARNING: redefining constant a_min how can I resolve this issue ?? Thank you
when i defined the const like Const a_max = [30,30] Const a_min = [0,10]
I fined the warning WARNING: redefining constant a_max WARNING: redefining constant a_min how can I resolve this issue ?? Thank you