FileWriterSettings: NXmxVDS is the default way of saving data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user