mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix photon HDF5 library to be compatible with earlier version
This commit is contained in:
parent
973016c2d8
commit
6280cb45c3
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ class IncidentPhoton(EqualityMixin):
|
|||
|
||||
return data
|
||||
|
||||
def export_to_hdf5(self, path, mode='a'):
|
||||
def export_to_hdf5(self, path, mode='a', libver='earliest'):
|
||||
"""Export incident photon data to an HDF5 file.
|
||||
|
||||
Parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue