File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed
Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 3030// Fill the map of available input features
3131// the key is the feature's name (std::string)
3232// the value is the corresponding value in EnumInputFeatures
33- #define FILL_MAP_D0 (FEATURE ) \
34- { \
35- #FEATURE, static_cast <uint8_t >(InputFeaturesD0ToKPi::FEATURE)}
33+ #define FILL_MAP_D0 (FEATURE ) \
34+ { \
35+ #FEATURE, static_cast <uint8_t >(InputFeaturesD0ToKPi::FEATURE) \
36+ }
3637
3738// Check if the index of mCachedIndices (index associated to a FEATURE)
3839// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2727// Fill the map of available input features
2828// the key is the feature's name (std::string)
2929// the value is the corresponding value in EnumInputFeatures
30- #define FILL_MAP_DS (FEATURE ) \
31- { \
32- #FEATURE, static_cast <uint8_t >(InputFeaturesDsToKKPi::FEATURE)}
30+ #define FILL_MAP_DS (FEATURE ) \
31+ { \
32+ #FEATURE, static_cast <uint8_t >(InputFeaturesDsToKKPi::FEATURE) \
33+ }
3334
3435// Check if the index of mCachedIndices (index associated to a FEATURE)
3536// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2828// Fill the map of available input features
2929// the key is the feature's name (std::string)
3030// the value is the corresponding value in EnumInputFeatures
31- #define FILL_MAP_LC (FEATURE ) \
32- { \
33- #FEATURE, static_cast <uint8_t >(InputFeaturesLcToK0sP::FEATURE)}
31+ #define FILL_MAP_LC (FEATURE ) \
32+ { \
33+ #FEATURE, static_cast <uint8_t >(InputFeaturesLcToK0sP::FEATURE) \
34+ }
3435
3536// Check if the index of mCachedIndices (index associated to a FEATURE)
3637// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2929// Fill the map of available input features
3030// the key is the feature's name (std::string)
3131// the value is the corresponding value in EnumInputFeatures
32- #define FILL_MAP_LCTOPKPI (FEATURE ) \
33- { \
34- #FEATURE, static_cast <uint8_t >(InputFeaturesLcToPKPi::FEATURE)}
32+ #define FILL_MAP_LCTOPKPI (FEATURE ) \
33+ { \
34+ #FEATURE, static_cast <uint8_t >(InputFeaturesLcToPKPi::FEATURE) \
35+ }
3536
3637// Check if the index of mCachedIndices (index associated to a FEATURE)
3738// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2727// Fill the map of available input features
2828// the key is the feature's name (std::string)
2929// the value is the corresponding value in EnumInputFeatures
30- #define FILL_MAP_OMEGAC0 (FEATURE ) \
31- { \
32- #FEATURE, static_cast <uint8_t >(InputFeaturesOmegacToOmegaPi::FEATURE)}
30+ #define FILL_MAP_OMEGAC0 (FEATURE ) \
31+ { \
32+ #FEATURE, static_cast <uint8_t >(InputFeaturesOmegacToOmegaPi::FEATURE) \
33+ }
3334
3435// Check if the index of mCachedIndices (index associated to a FEATURE)
3536// matches the entry in EnumInputFeatures associated to this FEATURE
You can’t perform that action at this time.
0 commit comments