diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-06 16:11:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-06 16:11:31 -0200 |
commit | 2e6321adf9af061aedf6ffac5cd4a72e1805d0e5 (patch) | |
tree | 09a15ecc795570374c6bca9862e68889758ed0ec /misc/hp_table.py | |
parent | 11ef58c6e416197b2ac15f2404fcc0118c6a75c0 (diff) | |
download | tools-2e6321adf9af061aedf6ffac5cd4a72e1805d0e5.tar.gz tools-2e6321adf9af061aedf6ffac5cd4a72e1805d0e5.tar.bz2 tools-2e6321adf9af061aedf6ffac5cd4a72e1805d0e5.tar.xz tools-2e6321adf9af061aedf6ffac5cd4a72e1805d0e5.zip |
Update HPTable rule. Remove file from update/files.
Diffstat (limited to 'misc/hp_table.py')
-rwxr-xr-x | misc/hp_table.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/hp_table.py b/misc/hp_table.py index 1a59f00..eea0181 100755 --- a/misc/hp_table.py +++ b/misc/hp_table.py @@ -9,8 +9,8 @@ it=400 v=50 i=0 -s=10 -t=0 +s=5 +t=-1.15 b=0 m=160 @@ -39,7 +39,7 @@ while (i <= m): if (i % s == 0): v+=t it+=b - bf+=str(it) + bf+=str(int(it)) bf+=", " it+=v |