Closed zappybiby closed 7 years ago
C-Style casts to format casts: 'if ((int)diffForIPM == 0)' to 'if (int(diffForIPM)'
NOTE: Adaptive IPM is still broken, but this fixes L65 (-400 to 0-400) and formats the code. Should still produce a similar result to what you had before.
There are compile error and one recommendation in your code. Please check my comments.
C-Style casts to format casts: 'if ((int)diffForIPM == 0)' to 'if (int(diffForIPM)'
NOTE: Adaptive IPM is still broken, but this fixes L65 (-400 to 0-400) and formats the code. Should still produce a similar result to what you had before.