Skip to content

Commit

Permalink
[ci] debug cork missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 23, 2024
1 parent a247e20 commit 4ac42b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/run_iso2mesh_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ function run_iso2mesh_test(tests)

%%
if (ismember('bool', tests))
fprintf(sprintf('%s\n', char(ones(1, 79) * 61)));
fprintf('Test surface boolean operations\n');
fprintf(sprintf('%s\n', char(ones(1, 79) * 61)));

dir(mcpath(''))
mcpath('cork')

[no1, el1] = meshgrid5(1:2, 1:2, 1:2);
el1 = volface(el1);
[no1, el1] = removeisolatednode(no1, el1);
Expand Down

0 comments on commit 4ac42b9

Please sign in to comment.