--- trunk/src/selection/SelectionCompiler.cpp 2009/11/25 20:02:06 1390 +++ branches/heatflux/src/selection/SelectionCompiler.cpp 2012/01/27 19:07:19 1670 @@ -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();