--- branches/development/src/selection/SelectionCompiler.cpp 2011/09/13 22:13:24 1628 +++ 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();