--- branches/development/src/selection/SelectionCompiler.cpp 2013/02/20 15:39:39 1850 +++ branches/development/src/selection/SelectionCompiler.cpp 2013/05/17 14:41:42 1875 @@ -177,7 +177,7 @@ namespace OpenMD { continue; } - if (ltoken.size() == 0) { + if (ltoken.empty()) { return commandExpected(); }