mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fix bug in XPlane.x0
This commit is contained in:
parent
bece870f85
commit
df44be3632
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class XPlane(Plane):
|
|||
|
||||
@property
|
||||
def x0(self):
|
||||
return self.coeff['x0']
|
||||
return self._coeffs['x0']
|
||||
|
||||
@x0.setter
|
||||
def x0(self, x0):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue