[med-svn] [aghermann] 14/31: basic_score.lua: fix page arg in call to put_score

andrei zavada hmmr-guest at alioth.debian.org
Sun Nov 10 00:34:16 UTC 2013


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository aghermann.

commit 8b0147c792e01d87bcfb3c8ed93c849eb041f4d6
Author: Andrei Zavada <hmmr at ra>
Date:   Sat Nov 9 14:07:23 2013 +0200

    basic_score.lua: fix page arg in call to put_score
---
 upstream/data/basic_score.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream/data/basic_score.lua b/upstream/data/basic_score.lua
index 351066b..82782fe 100644
--- a/upstream/data/basic_score.lua
+++ b/upstream/data/basic_score.lua
@@ -106,7 +106,7 @@ for p=1,np-1 do
   if delta[p] > theta[p] * 1.5 then
      n_scored = n_scored+1
 --    print( "mark page ", p)
-     put_score (p - 1, 3)
+     put_score (p, nrem3)
   end
 end
 

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list