We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a598923 commit 7e6f447Copy full SHA for 7e6f447
src/geometry_dev.jl
@@ -483,4 +483,4 @@ writevtk(model,"labels_setops",labels=labels)
483
484
face_dim = 1
485
mask = get_face_mask(labels,["A","C"],face_dim) # Boolean mask
486
-ids = findall(edges_mask_A) # Edge IDs
+ids = findall(mask) # Edge IDs
0 commit comments