suppress deprecated warning when compiling legacy tests

This commit is contained in:
Gael Guennebaud 2011-12-08 23:15:07 +01:00
parent 06450882ab
commit e36a4c880a

View File

@ -22,8 +22,9 @@
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
//#include "sparse.h"
// import basic and product tests for deprectaed DynamicSparseMatrix
#define EIGEN_NO_DEPRECATED_WARNING
#include "sparse_basic.cpp"
#include "sparse_product.cpp"
#include <Eigen/SparseExtra>