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