Add destructor to WriteModule

This commit is contained in:
2020-04-08 16:41:04 +02:00
parent 321e3baa41
commit d5258f546e
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -27,6 +27,8 @@ public:
const header_map& header_values,
const H5Format& format);
virtual ~H5WriteModule();
void start_writing(
const std::string& output_file,
const size_t n_frames = 0,