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