From 1caa08769244c4f43ca3e887598e41f479644e20 Mon Sep 17 00:00:00 2001
From: Franck Dary <franck.dary@lis-lab.fr>
Date: Mon, 13 Jan 2020 11:40:18 +0100
Subject: [PATCH] Increased printed word length in Config debug printing

---
 reading_machine/src/Config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reading_machine/src/Config.cpp b/reading_machine/src/Config.cpp
index 0f7a2bc..1a29fff 100644
--- a/reading_machine/src/Config.cpp
+++ b/reading_machine/src/Config.cpp
@@ -80,7 +80,7 @@ void Config::printForDebug(FILE * dest) const
 {
   static constexpr int windowSize = 5;
   static constexpr int lettersWindowSize = 40;
-  static constexpr int maxWordLength = 7;
+  static constexpr int maxWordLength = 10;
 
   int firstLineToPrint = wordIndex;
   int lastLineToPrint = wordIndex;
-- 
GitLab