mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-16 13:45:58 +08:00
Removed unused typedef
This commit is contained in:
parent
d85abc89c5
commit
874f345562
@ -119,7 +119,6 @@ template<typename Scalar> void planes()
|
|||||||
using std::abs;
|
using std::abs;
|
||||||
typedef Hyperplane<Scalar, 3> Plane;
|
typedef Hyperplane<Scalar, 3> Plane;
|
||||||
typedef Matrix<Scalar,3,1> Vector;
|
typedef Matrix<Scalar,3,1> Vector;
|
||||||
typedef Matrix<Scalar,4,1> CoeffsType;
|
|
||||||
|
|
||||||
for(int i = 0; i < 10; i++)
|
for(int i = 0; i < 10; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user