Skip to content
Snippets Groups Projects
Commit 1caa0876 authored by Franck Dary's avatar Franck Dary
Browse files

Increased printed word length in Config debug printing

parent 12d4cff9
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ void Config::printForDebug(FILE * dest) const ...@@ -80,7 +80,7 @@ void Config::printForDebug(FILE * dest) const
{ {
static constexpr int windowSize = 5; static constexpr int windowSize = 5;
static constexpr int lettersWindowSize = 40; static constexpr int lettersWindowSize = 40;
static constexpr int maxWordLength = 7; static constexpr int maxWordLength = 10;
int firstLineToPrint = wordIndex; int firstLineToPrint = wordIndex;
int lastLineToPrint = wordIndex; int lastLineToPrint = wordIndex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment