FileWriterSettings: NXmxVDS is the default way of saving data

This commit is contained in:
2026-05-05 12:45:43 +02:00
parent 4fc4f0736e
commit 87079ce04a
+1 -1
View File
@@ -7,7 +7,7 @@
#include "JFJochMessages.h"
class FileWriterSettings {
FileWriterFormat hdf5_master_format_version = FileWriterFormat::NXmxLegacy;
FileWriterFormat hdf5_master_format_version = FileWriterFormat::NXmxVDS;
bool overwrite_files = false;
public:
FileWriterSettings &OverwriteExistingFiles(bool input);