[TASK] Add one more log line.
This commit is contained in:
parent
151562fdf0
commit
33ed6d8a7b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue