mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
fix warning about unused variable
This commit is contained in:
parent
982a146a67
commit
e3db42611b
@ -152,7 +152,6 @@ template<typename _Scalar> class AlignedVector3
|
||||
{
|
||||
ei_assert(m_coeffs.w()==Scalar(0));
|
||||
ei_assert(other.m_coeffs.w()==Scalar(0));
|
||||
Scalar r = m_coeffs.dot(other.m_coeffs);
|
||||
return m_coeffs.dot(other.m_coeffs);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user