bug #1075: fix AlignedBox::sample for runtime dimension

This commit is contained in:
Gael Guennebaud
2015-09-30 11:44:02 +02:00
parent 9136b95219
commit 75a60d3ac0
2 changed files with 3 additions and 1 deletions

View File

@@ -179,6 +179,8 @@ void test_geo_alignedbox()
CALL_SUBTEST_9( alignedbox(AlignedBox1i()) );
CALL_SUBTEST_10( alignedbox(AlignedBox2i()) );
CALL_SUBTEST_11( alignedbox(AlignedBox3i()) );
CALL_SUBTEST_14( alignedbox(AlignedBox<double,Dynamic>(4)) );
}
CALL_SUBTEST_12( specificTest1() );
CALL_SUBTEST_13( specificTest2() );