robotology / osqp-eigen

Simple Eigen-C++ wrapper for OSQP library
https://robotology.github.io/osqp-eigen/
BSD 3-Clause "New" or "Revised" License
385 stars 114 forks source link

Fix spelling #78

Closed kalj closed 3 years ago

S-Dafarra commented 3 years ago

Oh, thanks for catching! Instead of simply removing the old version, can you deprecate the old version (using the c++14 deprecated attribute) instead?

kalj commented 3 years ago

Oh, thanks for catching! Instead of simply removing the old version, can you deprecate the old version (using the c++14 deprecated attribute) instead?

Ah, I see. Sure.

S-Dafarra commented 3 years ago

We can wait for the CI to finish and, if @GiulioRomualdi agrees, we can merge.