Remove double block

This commit is contained in:
2021-07-15 14:31:30 +02:00
parent 4bfcda2dcc
commit 69165b1b63
-8
View File
@@ -67,14 +67,6 @@ int main (int argc, char *argv[])
const int i_image = document["i_image"].GetInt();
const int n_images = document["n_images"].GetInt();
// i_image == n_images -> end of run.
if (i_image == n_images) {
writer.close_run();
stats.end_run();
continue;
}
// i_image == n_images -> end of run.
if (i_image == n_images) {
writer.close_run();