We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1048215 commit 3ef3c0eCopy full SHA for 3ef3c0e
apps/Alf.cxx
@@ -85,7 +85,7 @@ class Alf : public AliceO2::Common::Program
85
}
86
87
// Parse the default SWT word size
88
- SwtWord::Size swtWordSize;
+ SwtWord::Size swtWordSize = SwtWord::Size::Low;
89
try {
90
swtWordSize = SwtWord::sizeFromString(mOptions.swtWordSize);
91
} catch (const ParseException& e) {
0 commit comments