mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update openmc/model/surface_composite.py
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
1a2d1237da
commit
2f5428f739
1 changed files with 0 additions and 1 deletions
|
|
@ -851,7 +851,6 @@ class Polygon(CompositeSurface):
|
|||
# All 4 cross products are zero
|
||||
# Determine number of unique points, x span and y span for
|
||||
# both line segments
|
||||
#unique_pts = np.unique(np.vstack((p0, p1, p2, p3)), axis=0)
|
||||
xmin1, xmax1 = min(p0[0], p1[0]), max(p0[0], p1[0])
|
||||
ymin1, ymax1 = min(p0[1], p1[1]), max(p0[1], p1[1])
|
||||
xmin2, xmax2 = min(p2[0], p3[0]), max(p2[0], p3[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue