mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-16 17:41:19 +01:00
bugfix: high fifo depth more than 32 bit
This commit is contained in:
@@ -193,10 +193,10 @@ void Implementation::SetupFifoStructure() {
|
||||
}
|
||||
|
||||
FILE_LOG(logINFO) << "Memory Allocated Per Fifo: "
|
||||
<< (((generalData->imageSize) +
|
||||
<< (double)(((generalData->imageSize) +
|
||||
(generalData->fifoBufferHeaderSize)) *
|
||||
fifoDepth)
|
||||
<< " bytes";
|
||||
fifoDepth) / (1000.00 * 1000.00)
|
||||
<< " Mb";
|
||||
FILE_LOG(logINFO) << numThreads << " Fifo structure(s) reconstructed";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user