mirror of https://github.com/CGAL/cgal
Bug fix in Eigen_sparse_matrix
This commit is contained in:
parent
eb07187e7d
commit
b98c628045
|
|
@ -91,7 +91,7 @@ public:
|
|||
{
|
||||
CGAL_precondition(rows > 0);
|
||||
CGAL_precondition(columns > 0);
|
||||
if(m_is_symmetric)
|
||||
if(is_symmetric)
|
||||
{
|
||||
CGAL_precondition(rows == columns);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue