Skip to content

Commit

Permalink
[ci] fix macos extremely slow demo_directplc_ex1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 24, 2024
1 parent c373bfc commit dbda605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/demo_directplc_ex1.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

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

plotmesh(no, fc, 'y>-0.1');
% figure;
Expand Down
2 changes: 1 addition & 1 deletion tools/PoissonRecon
Submodule PoissonRecon updated 210 files

0 comments on commit dbda605

Please sign in to comment.