mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
fix progress
This commit is contained in:
parent
80c1c6428a
commit
a771c56f6f
@ -459,7 +459,7 @@ uint64_t Implementation::getCurrentFrameIndex() const {
|
||||
|
||||
double Implementation::getProgress() const {
|
||||
// get minimum of processed frame indices
|
||||
uint64_t currentFrameIndex = -1;
|
||||
uint64_t currentFrameIndex = 0;
|
||||
uint32_t flagsum = 0;
|
||||
|
||||
for (const auto &it : listener) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user