We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0645e2 commit 6c1cf46Copy full SHA for 6c1cf46
1 file changed
GPU/GPUTracking/DataTypes/GPUO2ConfigurableParam.h
@@ -43,7 +43,7 @@
43
#define AddSubConfig(name, instance)
44
#define BeginSubConfig(name, instance, parent, preoptname, preoptnameshort, descr, o2prefix) \
45
struct GPUCA_M_CAT(GPUConfigurableParam, name) : public o2::conf::ConfigurableParamHelper<GPUCA_M_CAT(GPUConfigurableParam, name)> { \
46
- O2ParamDef(GPUCA_M_CAT(GPUConfigurableParam, name), GPUCA_M_STR(GPUCA_M_CAT(GPU_, o2prefix))) public:
+ O2ParamDef(GPUCA_M_CAT(GPUConfigurableParam, name), GPUCA_M_STR(GPUCA_M_CAT(GPU_, o2prefix))) public:
47
#define BeginHiddenConfig(name, instance) struct GPUCA_M_CAT(GPUConfigurableParam, name) {
48
#define EndConfig() \
49
} \
0 commit comments