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 e460925 commit e66498bCopy full SHA for e66498b
1 file changed
src/shared/utilities.h
@@ -90,7 +90,7 @@ namespace WASimCommander {
90
}
91
92
static bool isSettableVariableType(const char type) {
93
- static const std::vector<char> VAR_TYPES_SETTABLE = { 'A', 'C', 'H', 'K', 'L', 'Z' };
+ static const std::vector<char> VAR_TYPES_SETTABLE = { 'A', 'B', 'C', 'H', 'K', 'L', 'Z' };
94
return find(VAR_TYPES_SETTABLE.cbegin(), VAR_TYPES_SETTABLE.cend(), type) != VAR_TYPES_SETTABLE.cend();
95
96
0 commit comments