Skip to content

Commit cd4a6ae

Browse files
committed
added dump-results flag
1 parent 6d35443 commit cd4a6ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

algorithms/partitioner/main.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,7 @@ int main(int argc, char** argv)
364364
break;
365365

366366
case 'r':
367-
if (optarg) {
368-
params.dump_results = true;
369-
}
367+
params.dump_results = true;
370368
break;
371369

372370
case 'g':

0 commit comments

Comments
 (0)