summaryrefslogtreecommitdiff
path: root/org-fc-algo-tn.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc-algo-tn.el')
-rw-r--r--org-fc-algo-tn.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/org-fc-algo-tn.el b/org-fc-algo-tn.el
index 903b1b9..ce042e4 100644
--- a/org-fc-algo-tn.el
+++ b/org-fc-algo-tn.el
@@ -31,8 +31,8 @@ EASE, BOX and INTERVAL are the current parameters of the card."
(next-interval
(cond
(incorrect-at-edge 0)
- (incorrect (nth-tn next-box))
- (correct (nth-tn next-box)))))
+ (incorrect (- (nth-tn box) (nth-tn next-box)))
+ (correct (- (nth-tn next-box) (nth-tn box))))))
(list next-ease next-box next-interval)))
(defun org-fc-algo-tn-initial-review-data (position)