From 6280cb45c303eee57b969f8982da133312514d02 Mon Sep 17 00:00:00 2001 From: amandalund Date: Thu, 13 Sep 2018 11:40:05 -0500 Subject: [PATCH] Fix photon HDF5 library to be compatible with earlier version --- openmc/data/photon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/data/photon.py b/openmc/data/photon.py index 3de325d329..5ba5f105a2 100644 --- a/openmc/data/photon.py +++ b/openmc/data/photon.py @@ -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