From ac2ed045b616754900ebd2ddcee5b0fc0b3e6cff Mon Sep 17 00:00:00 2001 From: Nicolas Marsic <marsic@temf.tu-darmstadt.de> Date: Thu, 10 Aug 2017 15:22:47 +0200 Subject: [PATCH] typo --- bin/beyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/beyn.py b/bin/beyn.py index 96d3daa..fc45786 100644 --- a/bin/beyn.py +++ b/bin/beyn.py @@ -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() -- GitLab