K 10 svn:author V 6 marino K 8 svn:date V 27 2015-03-22T00:06:34.566284Z K 7 svn:log V 323 science/massxpert: Fix two logical errors (found by gcc5) There were two boolean logic issues found by gcc5 when compiling massxpert. One was comparing boolean output to a negative integer (is always false) and the other applied the "not" operator in the wrong place. Fix provided per request by maintainer. PR: 197823 END