From 519a8fe970fb15c2bb599f89221462c0522a5dcb Mon Sep 17 00:00:00 2001
From: "robin.perrotin" <robin.perrotin@lif.univ-mrs.fr>
Date: Mon, 13 Nov 2017 05:17:36 +0100
Subject: [PATCH] .

---
 maca_trans_parser/src/simple_decoder_parser_arc_eager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
index 984b048..7aa6262 100644
--- a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
+++ b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c
@@ -195,9 +195,9 @@ void simple_decoder_parser_arc_eager(context *ctx)
 
 	  if(b1 && b2 && b3){
       if(sumExp < -0.5){
-        printf(" %f %f %d ",scoreTranslation,vcode_array[i].score, i);
+        printf(" %f %f %d ",ScoreTranslation,vcode_array[i].score, i);
         ScoreTranslation += vcode_array[i].score;
-        pritnf(" %f " ,scoreTranslation);
+        pritnf(" %f " ,ScoreTranslation);
         sumExp = 0.;
       }
       if(vcode_array[i].score - ScoreTranslation >= 0){
-- 
GitLab