Skip to content

Commit

Permalink
Merge pull request #40 from ProjectTorreyPines/bug_fix
Browse files Browse the repository at this point in the history
Quick bug fix while plotting subset with cells
  • Loading branch information
anchal-physics authored Mar 17, 2024
2 parents d09fa22 + ed2941b commit e46cfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ end
label_assigned = false
if subset.element[1].object[1].dimension == 3
for ele subset.element
for bnd_ind cells[ele.object[1].index].boundary
union!(subset_edge_inds, bnd_ind)
for bnd cells[ele.object[1].index].boundary
union!(subset_edge_inds, bnd.index)
end
end
elseif subset.element[1].object[1].dimension == 2
Expand Down

0 comments on commit e46cfdc

Please sign in to comment.