Don't redefine constants? On Thu, May 26, 2016 at 6:10 AM, <[email protected]> wrote:
> 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 > > > >
