Skip to content

Commit

Permalink
fixed print progress
Browse files Browse the repository at this point in the history
  • Loading branch information
cayetanobv committed Oct 15, 2017
1 parent 8def279 commit ea4a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utilities/print_progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ print_progress(T1 wantProgress, T2 currentProgress) {
std::cout << "\r"
<< bar
<< " (" << static_cast<int>(100 * percent) << "%)"
<< " Total porcessed: " << currentProgress << std::flush;
<< " Total processed: " << currentProgress << std::flush;
}
#endif // SRC_PRINT_PROGRESS_H_

0 comments on commit ea4a569

Please sign in to comment.