[TASK] Add one more log line.

This commit is contained in:
Jan Philipp Timme 2015-11-27 15:24:07 +01:00
parent 151562fdf0
commit 33ed6d8a7b
1 changed files with 2 additions and 1 deletions

View File

@ -493,7 +493,8 @@ void ImageViewer::applyBasicFilter() {
logFile << "[" << i << "," << j << "] -> " << current_data << " "; logFile << "[" << i << "," << j << "] -> " << current_data << " ";
} }
logFile << std::endl; logFile << std::endl;
} }
logFile << "Beginning calculation ... " << std::endl;
renewLogging(); renewLogging();
int h, s, l; int h, s, l;