mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
formatted source_present lines as per PEP8
This commit is contained in:
parent
40fb29b819
commit
b73dfd352e
1 changed files with 2 additions and 2 deletions
|
|
@ -301,9 +301,9 @@ class StatePoint(object):
|
|||
# Source bank present
|
||||
source_present = self._get_int(path='source_present')[0]
|
||||
if source_present == 1:
|
||||
self.source_present = True
|
||||
self.source_present = True
|
||||
else:
|
||||
self.source_present = False
|
||||
self.source_present = False
|
||||
|
||||
# Set flag indicating metadata has already been read
|
||||
self._metadata = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue