You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this problem, too.
Further more, a lot of places in class SparseMatrix got a code style like for(...); statement; (15 counts)
or for(...) {}; statement; (2 counts)
I guess this may not be intended.
Hi,
I stumbled across this line:
qpOASES/src/Matrices.cpp
Line 853 in 9bd3374
Could it be that this ; at the end of the for loop was not intended?
The text was updated successfully, but these errors were encountered: