- added colon
git-svn-id: http://moon:8086/svn/projects/HendiControl@230 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -35,7 +35,7 @@ class HendiCtrl():
|
||||
|
||||
N = len(poly)
|
||||
|
||||
for n in range(0, N)
|
||||
for n in range(0, N):
|
||||
digits = poly[N-1-n] * pwr**n
|
||||
|
||||
return digits
|
||||
|
||||
Reference in New Issue
Block a user