Skip to content

Commit

Permalink
MegaLinter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jan 5, 2024
1 parent 44ec526 commit 826e8bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EventFiltering/cefpTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ static const float defaultDownscaling[128][1]{
{1.f},
{1.f}}; /// Max number of columns for triggers is 128 (extendible)

#define FILTER_CONFIGURABLE(_TYPE_) \
Configurable<LabeledArray<float>> cfg##_TYPE_ \
{ \
#_TYPE_, {defaultDownscaling[0], NumberOfColumns < _TYPE_>(), 1, ColumnsNames(typename _TYPE_::iterator::persistent_columns_t{}), downscalingName }, #_TYPE_ " downscalings" \
#define FILTER_CONFIGURABLE(_TYPE_) \
Configurable<LabeledArray<float>> cfg##_TYPE_ \
{ \
#_TYPE_, {defaultDownscaling[0], NumberOfColumns<_TYPE_>(), 1, ColumnsNames(typename _TYPE_::iterator::persistent_columns_t{}), downscalingName}, #_TYPE_ " downscalings" \
}

} // namespace
Expand Down

0 comments on commit 826e8bc

Please sign in to comment.