mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Adding inital value for plot level
This commit is contained in:
parent
10a8e3a83d
commit
64d54c692d
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ class _Plot(Structure):
|
|||
('pixels_', c_int*3),
|
||||
('level_', c_int)]
|
||||
|
||||
def __init__(self):
|
||||
self.level_ = -1
|
||||
|
||||
@property
|
||||
def origin(self):
|
||||
out = [self.origin_.x, self.origin_.y, self.origin_.z]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue