From 4968983cc5748c3b534ccecb02adfaa8d0c0bffc Mon Sep 17 00:00:00 2001 From: Ture Hassler Date: Sun, 7 May 2023 18:54:21 +0200 Subject: [PATCH] more formatting --- A3/quicksort.c | 1 - 1 file changed, 1 deletion(-) diff --git a/A3/quicksort.c b/A3/quicksort.c index 96f3469..0c9720e 100644 --- a/A3/quicksort.c +++ b/A3/quicksort.c @@ -231,7 +231,6 @@ int par_quicksort(int **array_ptr, int n, int pivot_strategy, MPI_Comm comm) } - print_list(array, length); // free temp and temp_keep free(temp);