From e2e4b9278df8857b407b499182ef074686889122 Mon Sep 17 00:00:00 2001 From: PioDer Date: Tue, 13 Dec 2016 20:22:03 +0100 Subject: [PATCH] poprawka --- DergunPiotr-WaskoDominik/zad5/gauss_mpi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/DergunPiotr-WaskoDominik/zad5/gauss_mpi.cpp b/DergunPiotr-WaskoDominik/zad5/gauss_mpi.cpp index 1ea39dc..f30eb89 100644 --- a/DergunPiotr-WaskoDominik/zad5/gauss_mpi.cpp +++ b/DergunPiotr-WaskoDominik/zad5/gauss_mpi.cpp @@ -40,7 +40,6 @@ int main(int argc, char *argv[]) if(!img.data ) { cerr << "File " << argv[1] << " does not exist" << endl; - MPI::Finalize(); exit(1); }