Increase current write index

This commit is contained in:
2020-04-27 14:21:39 +02:00
parent 3e2810248a
commit 8bc7c8f4f4
+2
View File
@@ -89,4 +89,6 @@ void SFWriter::write(shared_ptr<DetectorFrame> metadata, char* data) {
image_dataset_.write(data, H5::PredType::NATIVE_UINT16,
buffer_space,
disk_space);
current_write_index_++;
}