--- trunk/src/selection/SelectionCompiler.cpp 2010/05/10 17:28:26 1442 +++ 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();