Skip to content

Commit

Permalink
more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tureture committed May 7, 2023
1 parent 91875ab commit 4968983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion A3/quicksort.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4968983

Please sign in to comment.