Skip to content

Commit d55d732

Browse files
committed
[ci] remove macos-14 debug info
1 parent 2119036 commit d55d732

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/run_iso2mesh_test.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,6 @@ 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-
252247
[no3, el3] = surfboolean(no1, el1, 'and', no2, el2);
253248
[no3, el3] = meshcheckrepair(no3, el3, 'dup', 'tolerance', 1e-4);
254249
[node, elem] = s2m(no3, el3, 1, 100);

0 commit comments

Comments
 (0)