From 0d271831eb04ecdd028aa13cdf6667b0efd8c698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 28 Mar 2013 08:27:07 +0100 Subject: [PATCH] use SparseMatrix default for Options template parameter --- Solver_interface/include/CGAL/Eigen_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solver_interface/include/CGAL/Eigen_matrix.h b/Solver_interface/include/CGAL/Eigen_matrix.h index 8cd50ccaa79..8aa9ed8e436 100644 --- a/Solver_interface/include/CGAL/Eigen_matrix.h +++ b/Solver_interface/include/CGAL/Eigen_matrix.h @@ -38,7 +38,7 @@ namespace CGAL { /// @heading Parameters: /// @param T Number type. -template +template::Options> struct Eigen_sparse_matrix { // Public types