In constraint 35 for the current density in the winding pack the constraint error is calculated as ``` tmp_err = jwptf - jwptf ``` This is wrong and surely causes the constraint to never be violated? I believe it should be ``` tmp_err = jwptf - jwdgpro ```
In constraint 35 for the current density in the winding pack the constraint error is calculated as
This is wrong and surely causes the constraint to never be violated? I believe it should be