mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Update openmc/model/surface_composite.py
Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
This commit is contained in:
parent
637080a0c2
commit
1a2d1237da
1 changed files with 0 additions and 1 deletions
|
|
@ -785,7 +785,6 @@ class Polygon(CompositeSurface):
|
|||
if np.sum(ypts*(np.roll(xpts, 1) - np.roll(xpts, -1))) < 0:
|
||||
points = points[::-1, :]
|
||||
|
||||
|
||||
# Check if polygon is self-intersecting by comparing edges pairwise
|
||||
n = len(points)
|
||||
for i in range(n):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue