aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_alignedbox.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-09-30 11:44:02 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-09-30 11:44:02 +0200
commit75a60d3ac0ac10be7317b268911d0098acbbf472 (patch)
tree853ba703cc4a4aa19a182330afec27504404cde7 /test/geo_alignedbox.cpp
parent9136b9521947e4b99904b7c54d314a168f058ae5 (diff)
bug #1075: fix AlignedBox::sample for runtime dimension
Diffstat (limited to 'test/geo_alignedbox.cpp')
-rw-r--r--test/geo_alignedbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/geo_alignedbox.cpp b/test/geo_alignedbox.cpp
index e2792ed18..c883234a8 100644
--- a/test/geo_alignedbox.cpp
+++ b/test/geo_alignedbox.cpp
@@ -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() );