mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
post processing does not wait if more than one positions-Annas change
This commit is contained in:
parent
c19bded2a5
commit
4958d198d1
@ -255,7 +255,7 @@ data queue size unlock
|
||||
if ((GetCurrentPositionIndex()>=npos && dataQueueSize()) || npos<2) {
|
||||
//&&
|
||||
|
||||
while(positionFinished()==0) {
|
||||
while(positionFinished()==0 && npos>1) {
|
||||
;
|
||||
}
|
||||
#ifdef VERBOSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user