Skip to content
Snippets Groups Projects
Commit d84a4f70 authored by Vilho Kivihalme's avatar Vilho Kivihalme
Browse files

fixed print

parent a8770a91
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ def exchange_sort(A, t = Tracker()):
swap(A,i,j)
t.array_access(2)
t.swap()
if do_print:
if settings.do_print:
_print(A,[i,j])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment