This commit is contained in:
Maxime Gimeno 2021-01-28 10:04:41 +01:00
parent 23cc6b0f4a
commit c0cd805afa
1 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,5 @@ int main()
{
Nef_polyhedron_3 N;
std::cin >> N;
if(!is)
return EXIT_FAILURE;
check_decomposition(N);
}