mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Remove no-op statement in AlignedVector3.
This commit is contained in:
parent
2a6db40f10
commit
9f14d72927
@ -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