mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove unused code
This commit is contained in:
@@ -41,10 +41,6 @@ template<typename Scalar,int Size> void homogeneous(void)
|
||||
typedef Matrix<Scalar,Size+1,Size+1> T2MatrixType;
|
||||
typedef Matrix<Scalar,Size+1,Size> T3MatrixType;
|
||||
|
||||
Scalar largeEps = test_precision<Scalar>();
|
||||
if (internal::is_same<Scalar,float>::value)
|
||||
largeEps = 1e-3f;
|
||||
|
||||
VectorType v0 = VectorType::Random(),
|
||||
v1 = VectorType::Random(),
|
||||
ones = VectorType::Ones();
|
||||
|
||||
Reference in New Issue
Block a user