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

typo

parent 63861b8c
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ def simple(operator, origin, radius, ...@@ -42,7 +42,7 @@ def simple(operator, origin, radius,
k = -1 k = -1
# Search A0 # 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): while(not hasK and it != maxIt):
if(verbose): print " # Iteration " + str(it+1) + ": ", if(verbose): print " # Iteration " + str(it+1) + ": ",
if(verbose): sys.stdout.flush() if(verbose): sys.stdout.flush()
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment