diff --git a/HW10/main.cpp b/HW10/main.cpp index f2d555c..5000607 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -38,7 +38,7 @@ int main(int argc, char* argv[]) } } } - + MPI_Finalize(); // //Make permutations // auto perms = MakePermutationMatrix::GetLowestCost(cities, rank, size, matrix); return 0;