mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix bug with source_present
This commit is contained in:
parent
0b9aa2815b
commit
c99c1f1870
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class StatePoint(object):
|
|||
|
||||
@property
|
||||
def source_present(self):
|
||||
return self._f['source_present'] > 0
|
||||
return self._f['source_present'].value > 0
|
||||
|
||||
@property
|
||||
def tallies(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue