mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 20:37:15 +02:00
outdir checks if path exists, bug fix receiver: now checks online flag before tryig to set it online for outdir, filename and file index
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@279 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -3566,7 +3566,7 @@ int multiSlsDetector::setReceiverOnline(int off) {
|
||||
detectors[i]->setReceiverOnline(off);
|
||||
}
|
||||
}
|
||||
return thisMultiDetector->onlineFlag;
|
||||
return thisMultiDetector->receiverOnlineFlag;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user