[Tomoe-cvs 1121] CVS update: tomoe/recognizer

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 27日 (月) 14:50:56 JST


Index: tomoe/recognizer/tomoe-recognizer-simple-logic.c
diff -u tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.27 tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.28
--- tomoe/recognizer/tomoe-recognizer-simple-logic.c:1.27	Mon Nov 27 13:19:15 2006
+++ tomoe/recognizer/tomoe-recognizer-simple-logic.c	Mon Nov 27 14:50:56 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer-simple-logic.c,v 1.27 2006/11/27 04:19:15 ikezoe Exp $
+ *  $Id: tomoe-recognizer-simple-logic.c,v 1.28 2006/11/27 05:50:56 kous Exp $
  */
 
 #include <stdlib.h>
@@ -688,7 +688,7 @@
     GList *rv = NULL;
     GList *most_node;
     gint dist;
-    gint error = TOMOE_WRITING_WIDTH * TOMOE_WRITING_WIDTH / 400; /* 5% */
+    gint error = TOMOE_WRITING_WIDTH * TOMOE_WRITING_WIDTH / 4444; /* 5% */
 
     dist = get_distance(first_node, last_node, &most_node);
 


tomoe-cvs メーリングリストの案内
Back to archive index