Skip to content

Commit dbda605

Browse files
committed
[ci] fix macos extremely slow demo_directplc_ex1 test
1 parent c373bfc commit dbda605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/demo_directplc_ex1.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
%% mesh generation of the cladding for the side-cut fiber
5353
% [node,elem,face]=s2m(no,face,1,50);
54-
[node, elem, face] = surf2mesh(no, fc, min(no), max(no), 1, 50, [0 0 1], [], 0);
54+
[node, elem, face] = surf2mesh(no, fc, min(no), max(no), 1, 50, [0 0 1], [], 0, 'tetgen1.5');
5555

5656
plotmesh(no, fc, 'y>-0.1');
5757
% figure;

tools/PoissonRecon

Submodule PoissonRecon updated 210 files

0 commit comments

Comments
 (0)