Fixed problem with preadapted templates

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@181 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
theraysmith 2008-08-14 22:51:39 +00:00
parent 35deb0e6e7
commit a64f8d02dd

View File

@ -1031,7 +1031,8 @@ void PrintAdaptiveStatistics(FILE *File) {
fprintf (File, "\tNumber of words adapted to: %d\n", NumWordsAdaptedTo);
fprintf (File, "\tNumber of chars adapted to: %d\n", NumCharsAdaptedTo);
PrintAdaptedTemplates(File, AdaptedTemplates);
if (UsePreAdaptedTemplates)
PrintAdaptedTemplates(File, AdaptedTemplates);
#endif
} /* PrintAdaptiveStatistics */