Skip to content

Commit 3b088af

Browse files
committed
[ci] debug macos-14 suffix
1 parent e4ddee7 commit 3b088af

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

test/run_iso2mesh_test.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@ function run_iso2mesh_test(tests)
244244
el2 = volface(el2);
245245
[no2, el2] = removeisolatednode(no2, el2);
246246

247+
getexeext
248+
computer
249+
fallbackexeext(getexeext, 'cork')
250+
mcpath('cork', fallbackexeext(getexeext, 'cork'))
251+
247252
[no3, el3] = surfboolean(no1, el1, 'and', no2, el2);
248253
[no3, el3] = meshcheckrepair(no3, el3, 'dup', 'tolerance', 1e-4);
249254
[node, elem] = s2m(no3, el3, 1, 100);

tools/PoissonRecon

Submodule PoissonRecon updated 117 files

tools/meshfix

tools/tetgen

0 commit comments

Comments
 (0)