removed duplicate hdf5 parameter defaults
Build on RHEL9 docker image / build (push) Successful in 4m13s
Build on RHEL8 docker image / build (push) Successful in 5m13s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m52s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m19s

This commit is contained in:
2026-07-20 09:53:29 +02:00
parent 748a12d0a0
commit 801c776c4b
-8
View File
@@ -6,14 +6,6 @@
#include <iomanip>
#include <sstream>
#ifndef SLS_HDF5_FILTER_ID
#define SLS_HDF5_FILTER_ID 0
#endif
#ifndef SLS_HDF5_FILTER_PARAMS
#define SLS_HDF5_FILTER_PARAMS ""
#endif
namespace sls {
HDF5DataFile::HDF5DataFile(int index, std::mutex *hdf5Lib)