From e9a2201f301a20658f0bf5c2fdd7fa26e9ba3a61 Mon Sep 17 00:00:00 2001 From: Alexandru Bercuci <abercuci@niham.nipne.ro> Date: Fri, 15 Jul 2022 15:21:40 +0300 Subject: [PATCH] try to fix broken compilation on Mac --- core/detectors/trd/CbmTrdFASP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/detectors/trd/CbmTrdFASP.h b/core/detectors/trd/CbmTrdFASP.h index 6b83a7b0c2..33b9fe9a76 100644 --- a/core/detectors/trd/CbmTrdFASP.h +++ b/core/detectors/trd/CbmTrdFASP.h @@ -127,8 +127,8 @@ protected: int fAsicId[2] = {-1, -1}; ///< identifier of FASP(s) in module int fChId[2] = {-1, -1}; ///< FASP channels being processed std::vector<Float_t> fOut = {0.}; ///< analog output for the current channel - std::map<int, std::array<int, NFASPCH>> fGraphMap = - {}; ///< map of ASIC_id and (ch_id, output_id of FASP signals graphs) pairs + std::map<int, std::array<int, NFASPCH>> + fGraphMap; ///< map of ASIC_id and (ch_id, output_id of FASP signals graphs) pairs TGraph* fGraph[NGRAPH] = {nullptr}; ///< graph representations of analog FASP response TGraph* fGraphShp[NGRAPH] = {nullptr}; ///< graph representations of FASP shaper TGraph* fGraphPhys[NGRAPH] = {nullptr}; ///< graph representations of physics digi -- GitLab