mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Typo fix in RectangularParallelepiped.__pos__ method.
This commit is contained in:
parent
e91a6aac17
commit
654d27a3e5
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class RectangularParallelepiped(CompositeSurface):
|
|||
return +self.xmin & -self.xmax & +self.ymin & -self.ymax & +self.zmin & -self.zmax
|
||||
|
||||
def __pos__(self):
|
||||
return -self.xmin | +self.ymax | -self.ymin | +self.ymax | -self.zmin | +self.zmax
|
||||
return -self.xmin | +self.xmax | -self.ymin | +self.ymax | -self.zmin | +self.zmax
|
||||
|
||||
|
||||
class XConeOneSided(CompositeSurface):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue