Skip to content

Commit a247e20

Browse files
committed
[test] add unit tests for surfboolean
1 parent 62c1c6a commit a247e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/run_iso2mesh_test.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function run_iso2mesh_test(tests)
225225
end
226226

227227
%%
228-
if (ismember('boolean', tests))
228+
if (ismember('bool', tests))
229229
[no1, el1] = meshgrid5(1:2, 1:2, 1:2);
230230
el1 = volface(el1);
231231
[no1, el1] = removeisolatednode(no1, el1);

0 commit comments

Comments
 (0)