"plugins/drude/openmmapi/vscode:/vscode.git/clone" did not exist on "c24c619e4f1fa76da122c98636e3fd3bbc744d2e"
-
Christopher Dembia authored
Clang had been generating the following warning: ``` ParsedExpression.cpp:123:13: warning: 30 enumeration values not handled in switch: 'CONSTANT', 'VARIABLE', 'CUSTOM'... [-Wswitch] switch (node.getOperation().getId()) { ^ 1 warning generated. ``` To get rid of this warning, I added a default case, which does nothing.debf09a4