verification

This commit is contained in:
bronku 2025-11-13 19:52:34 +01:00
parent eddfd42284
commit 635ad1a225
4 changed files with 38 additions and 4 deletions

View file

@ -31,7 +31,7 @@ void create_initial_runs(const std::string& input_filename, const std::string& d
{
auto buff = main_buffer.divide(1)[0];
std::ifstream in_stream(input_filename, std::ios::binary);
std::ifstream in_stream(input_filename);
Reader input_reader(in_stream);
for (size_t run_index = 0;; run_index++) {
std::cout << "creating run " << run_index << '\n';