]> www.ginac.de Git - ginac.git/commitdiff
fixed operator precedence
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 1 Jul 2004 20:16:56 +0000 (20:16 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 1 Jul 2004 20:16:56 +0000 (20:16 +0000)
ginac/ncmul.cpp

index 3bc8b2145766e2755e6cc8060e10a9c892d2f4d2..ccc91c490d4be13f853739e61b8d423c076e6fe4 100644 (file)
@@ -467,7 +467,7 @@ ex ncmul::conjugate() const
                return exprseq::conjugate();
        }
 
-       if (return_type_tinfo() & 0xffffff00U != TINFO_clifford) {
+       if ((return_type_tinfo() & 0xffffff00U) != TINFO_clifford) {
                return exprseq::conjugate();
        }