Undo Eigen change (needed to remove GTSAM_EXPORT in SO3 to do this)

release/4.3a0
Frank Dellaert 2018-11-03 10:20:31 -04:00
parent 50e7ed7e54
commit 1427977230
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE void conservativeResize(Index size)
{
internal::conservative_resize_like_impl<Derived>::run(*this, size, 1);
internal::conservative_resize_like_impl<Derived>::run(*this, size);
}
/** Resizes the matrix to \a rows x \a cols of \c other, while leaving old values untouched.