mirror of https://github.com/CGAL/cgal
do not use a non-initialized variable
This commit is contained in:
parent
408610acea
commit
b00ef7ad38
|
|
@ -72,7 +72,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