--- branches/development/src/selection/SelectionCompiler.cpp 2010/07/09 23:08:25 1465 +++ branches/development/src/selection/SelectionCompiler.cpp 2011/09/14 21:15:17 1629 @@ -572,6 +572,7 @@ namespace OpenMD { // fall into the code and below and just add the token case Token::all: case Token::none: + case Token::hull: return addTokenToPostfix(tokenNext()); case Token::leftparen: tokenNext();