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
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment