From: Christian Bauer Date: Thu, 1 Jul 2004 20:17:07 +0000 (+0000) Subject: fixed operator precedence X-Git-Tag: release_1-2-2~15 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=d437ece4bbc85186de85a645c72270821ef42f83;p=ginac.git fixed operator precedence --- diff --git a/ginac/ncmul.cpp b/ginac/ncmul.cpp index 3bc8b214..ccc91c49 100644 --- a/ginac/ncmul.cpp +++ b/ginac/ncmul.cpp @@ -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(); }