mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Also removed relative_max_lost_particles from statepoint python as it is not being written out
This commit is contained in:
parent
a9d1e37aba
commit
a9fc400863
1 changed files with 1 additions and 5 deletions
|
|
@ -310,11 +310,7 @@ class StatePoint(object):
|
|||
if self.run_mode == 'eigenvalue':
|
||||
return self._f['n_inactive'][()]
|
||||
else:
|
||||
return None
|
||||
|
||||
@property
|
||||
def relative_max_lost_particles(self):
|
||||
return self._f['relative_max_lost_particles'][()]
|
||||
return None
|
||||
|
||||
@property
|
||||
def n_particles(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue