mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
uncomment stuff commented for debugging (sorry for the noise)
This commit is contained in:
parent
225ec02b06
commit
a921292381
@ -175,9 +175,9 @@ void test_mixingtypes()
|
|||||||
{
|
{
|
||||||
// check that our operator new is indeed called:
|
// check that our operator new is indeed called:
|
||||||
CALL_SUBTEST(mixingtypes<3>());
|
CALL_SUBTEST(mixingtypes<3>());
|
||||||
// CALL_SUBTEST(mixingtypes<4>());
|
CALL_SUBTEST(mixingtypes<4>());
|
||||||
// CALL_SUBTEST(mixingtypes<Dynamic>(20));
|
CALL_SUBTEST(mixingtypes<Dynamic>(20));
|
||||||
//
|
|
||||||
// CALL_SUBTEST(mixingtypes_small<4>());
|
CALL_SUBTEST(mixingtypes_small<4>());
|
||||||
// CALL_SUBTEST(mixingtypes_large(20));
|
CALL_SUBTEST(mixingtypes_large(20));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user