mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
remove bogus test that was failing
This commit is contained in:
parent
65bd1652b1
commit
5deda97413
@ -54,7 +54,6 @@ template<typename BoxType> void alignedbox(const BoxType& _box)
|
||||
b0.extend(p0);
|
||||
b0.extend(p1);
|
||||
VERIFY(b0.contains(p0*s1+(Scalar(1)-s1)*p1));
|
||||
VERIFY(!b0.contains(p0 + (2+s1)*(p1-p0)));
|
||||
|
||||
(b2 = b0).extend(b1);
|
||||
VERIFY(b2.contains(b0));
|
||||
|
Loading…
Reference in New Issue
Block a user