JFJochReceiverFPGA: Fix typo
This commit is contained in:
@@ -282,7 +282,7 @@ void JFJochReceiverFPGA::FrameTransformationThread(uint32_t threadid) {
|
||||
std::unique_ptr<MXAnalysisAfterFPGA> analyzer;
|
||||
|
||||
try {
|
||||
analyzer = std::make_unique<MXAnalysisAfterFPGA>(experiment, *az_int_mapping indexer);
|
||||
analyzer = std::make_unique<MXAnalysisAfterFPGA>(experiment, *az_int_mapping, indexer);
|
||||
} catch (const JFJochException &e) {
|
||||
frame_transformation_ready.count_down();
|
||||
logger.Error("Thread setup error {}", e.what());
|
||||
|
||||
Reference in New Issue
Block a user