mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
suppress deprecated warning when compiling legacy tests
This commit is contained in:
@@ -22,8 +22,9 @@
|
|||||||
// License and a copy of the GNU General Public License along with
|
// License and a copy of the GNU General Public License along with
|
||||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
//#include "sparse.h"
|
|
||||||
// import basic and product tests for deprectaed DynamicSparseMatrix
|
// import basic and product tests for deprectaed DynamicSparseMatrix
|
||||||
|
#define EIGEN_NO_DEPRECATED_WARNING
|
||||||
#include "sparse_basic.cpp"
|
#include "sparse_basic.cpp"
|
||||||
#include "sparse_product.cpp"
|
#include "sparse_product.cpp"
|
||||||
#include <Eigen/SparseExtra>
|
#include <Eigen/SparseExtra>
|
||||||
|
|||||||
Reference in New Issue
Block a user