mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-27 00:30:03 +02:00
bug fix: converts any receiver other than eiger into a jungfrau receiver
This commit is contained in:
parent
5afb38c1ec
commit
e508050be8
@ -251,7 +251,7 @@ int UDPStandardImplementation::setupFifoStructure(){
|
||||
int64_t i;
|
||||
int oldNumberofJobsPerBuffer = numberofJobsPerBuffer;
|
||||
//eiger always listens to 1 packet at a time
|
||||
if((myDetectorType == EIGER) || (myDetectorType = JUNGFRAU)){
|
||||
if((myDetectorType == EIGER) || (myDetectorType == JUNGFRAU)){
|
||||
numberofJobsPerBuffer = 1;
|
||||
FILE_LOG(logDEBUG) << "Info: 1 packet per buffer";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user