From 4ac42b9fb850893ebcc832cac14c0946ec7e3c92 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Mon, 23 Dec 2024 11:07:24 -0500 Subject: [PATCH] [ci] debug cork missing error --- test/run_iso2mesh_test.m | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/run_iso2mesh_test.m b/test/run_iso2mesh_test.m index b6c52fd..899a997 100644 --- a/test/run_iso2mesh_test.m +++ b/test/run_iso2mesh_test.m @@ -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);