This commit is contained in:
2016-12-13 20:22:03 +01:00
parent bc02154e2e
commit e2e4b9278d

View File

@@ -40,7 +40,6 @@ int main(int argc, char *argv[])
if(!img.data ) if(!img.data )
{ {
cerr << "File " << argv[1] << " does not exist" << endl; cerr << "File " << argv[1] << " does not exist" << endl;
MPI::Finalize();
exit(1); exit(1);
} }