Skip to content

Commit

Permalink
Fixes gridap#82
Browse files Browse the repository at this point in the history
  • Loading branch information
cenmir committed May 21, 2024
1 parent ee6add0 commit b3981c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LevelSetCutters/AnalyticalGeometries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function square(;L=1,x0=Point(0,0),name="square",edges=["edge$i" for i in 1:4])
geo12 = intersect(plane1,plane2)
geo34 = intersect(plane3,plane4)

intersect(geo12,geo34)
intersect(geo12,geo34,name=name)

end

Expand Down Expand Up @@ -226,7 +226,7 @@ function quadrilateral(;x0=Point(0,0),d1=VectorValue(1,0),d2=VectorValue(0,1),na
geo12 = intersect(plane1,plane2)
geo34 = intersect(plane3,plane4)

intersect(geo12,geo34)
intersect(geo12,geo34,name=name)

end

Expand Down

0 comments on commit b3981c2

Please sign in to comment.