Skip to content
Snippets Groups Projects
Commit ac2ed045 authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

typo

parent 63861b8c
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def simple(operator, origin, radius,
k = -1
# Search A0
if(verbose): print "Searching A0 and A1 (" + str(m) + " unkowns)..."
if(verbose): print "Searching A0 and A1 (" + str(m) + " unknowns)..."
while(not hasK and it != maxIt):
if(verbose): print " # Iteration " + str(it+1) + ": ",
if(verbose): sys.stdout.flush()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment