mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
bug #1048: fix unused variable warning
This commit is contained in:
parent
b9db19aec4
commit
41e1f3498c
@ -170,6 +170,7 @@ class SparseVector
|
|||||||
|
|
||||||
Index inner = IsColVector ? row : col;
|
Index inner = IsColVector ? row : col;
|
||||||
Index outer = IsColVector ? col : row;
|
Index outer = IsColVector ? col : row;
|
||||||
|
EIGEN_ONLY_USED_FOR_DEBUG(outer);
|
||||||
eigen_assert(outer==0);
|
eigen_assert(outer==0);
|
||||||
return insert(inner);
|
return insert(inner);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user