mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fixed syntax error
This commit is contained in:
parent
dbaa3dc66a
commit
a51d346811
1 changed files with 1 additions and 1 deletions
|
|
@ -579,6 +579,6 @@ class StatePoint(object):
|
|||
|
||||
def _get_string(self, n=1, path=None):
|
||||
if self._hdf5:
|
||||
return [str(v) for v in self._f[path].value]
|
||||
return str(self._f[path].value)
|
||||
else:
|
||||
return str(self._get_data(n, 's', 1)[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue