Fix bug in WriterH5Writer.cpp

This commit is contained in:
2020-05-22 14:28:18 +02:00
parent 49c2f9368b
commit 39c0aaedf6
+1 -1
View File
@@ -158,5 +158,5 @@ void WriterH5Writer::write(
&(metadata->is_good_frame), H5::PredType::NATIVE_UINT8,
b_m_space, f_m_space);
current_write_index_++;
current_write_index_ += n_images_in_buffer;
}