--- branches/development/src/selection/SelectionCompiler.cpp 2013/05/15 15:09:35 1874 +++ 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(); }