Skip to content

Commit

Permalink
Corrected stdout message
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvbl committed Aug 7, 2020
1 parent 811055b commit dc1ee20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ std::vector<SpinImage::index::QueryResult> SpinImage::index::sequentialQuery(std
malloc_trim(0);
}

std::cout << "\rProcessing of file " << fileIndex + 1 << "/" << fileEndIndex << " complete. Current best score: " << currentScoreThreshold << " " << std::flush;
std::cout << "\rProcessing of file " << fileIndex + 1 << "/" << fileEndIndex << " complete. Current score threshold: " << currentScoreThreshold << " " << std::flush;
}
}

Expand Down

0 comments on commit dc1ee20

Please sign in to comment.