Skip to content

Commit

Permalink
[test] add unit tests for surfboolean
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 23, 2024
1 parent 62c1c6a commit a247e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_iso2mesh_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function run_iso2mesh_test(tests)
end

%%
if (ismember('boolean', tests))
if (ismember('bool', tests))
[no1, el1] = meshgrid5(1:2, 1:2, 1:2);
el1 = volface(el1);
[no1, el1] = removeisolatednode(no1, el1);
Expand Down

0 comments on commit a247e20

Please sign in to comment.