shithub: leaf

Download patch

ref: 3c13918c1f725206e933796bf0b67e8dfe82ea40
parent: 154beb466e8073f8e2bc0d332fcb23eb7eb17ec8
author: mulshine <mulshine@princeton.edu>
date: Thu Feb 7 13:46:04 EST 2019

Changed counter name.

--- a/LEAF/Src/leaf-math.c
+++ b/LEAF/Src/leaf-math.c
@@ -129,7 +129,7 @@
     if (reduct_count > st)
     {
         hold = input;
-        count = 0;
+        reduct_count = 0;
     }
     
     return hold;