fix the master hdf5 extension from aprevious PR (#1399)

This commit is contained in:
2026-08-02 23:20:19 +02:00
committed by mazzol_a
parent 12a33a1ad9
commit afa0ac3248
@@ -121,7 +121,7 @@ std::string CreateMasterHDF5File(const std::filesystem::path &filePath,
std::mutex *hdf5LibMutex) {
std::filesystem::path p = filePath / (fileNamePrefix + "_master_" +
std::to_string(fileIndex) + ".json");
std::to_string(fileIndex) + ".h5");
std::string fileName = p.string();
std::lock_guard<std::mutex> lock(*hdf5LibMutex);