Permit partial results comparison
This commit is contained in:
@@ -191,10 +191,6 @@ namespace platform {
|
||||
std::cout << Colors::RED() << "A and B cannot be the same!" << Colors::RESET() << std::endl;
|
||||
break;
|
||||
}
|
||||
if (!results.at(index).isComplete()) {
|
||||
std::cout << Colors::RED() << "A must be a complete result!" << Colors::RESET() << std::endl;
|
||||
break;
|
||||
}
|
||||
index_A = index;
|
||||
break;
|
||||
case 'b':
|
||||
@@ -203,10 +199,6 @@ namespace platform {
|
||||
std::cout << Colors::RED() << "A and B cannot be the same!" << Colors::RESET() << std::endl;
|
||||
break;
|
||||
}
|
||||
if (!results.at(index).isComplete()) {
|
||||
std::cout << Colors::RED() << "B must be a complete result!" << Colors::RESET() << std::endl;
|
||||
break;
|
||||
}
|
||||
index_B = index;
|
||||
} else {
|
||||
// back to show the report
|
||||
|
Reference in New Issue
Block a user