--- trunk/src/selection/SelectionCompiler.cpp 2009/11/25 20:02:06 1390 +++ 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();