Skip to content

Commit e7efe63

Browse files
committed
remove conditional on MVTB, distancexform works without it now
1 parent a89364c commit e7efe63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unit_test/PlanTest.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ function bug2_test(tc)
5353

5454
function dxform_test(tc)
5555

56-
% requires MVTB
57-
tc.assumeTrue( exist('imorph') == 2);
58-
5956
nav = DXform(tc.TestData.map);
6057
tc.verifyInstanceOf(nav, 'DXform');
6158

0 commit comments

Comments
 (0)