diff --git a/sf-writer/src/main.cpp b/sf-writer/src/main.cpp index 13218d8..7978eeb 100644 --- a/sf-writer/src/main.cpp +++ b/sf-writer/src/main.cpp @@ -88,7 +88,7 @@ int main (int argc, char *argv[]) ImageAssembler image_assembler(n_modules); // Generate list of buffer blocks that need to be loaded. - std::vector buffer_blocks(n_blocks); + std::vector buffer_blocks; for (uint64_t curr_block=start_block; curr_block<=stop_block; curr_block++) {