git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db81420
)
fixed operator precedence
author
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Thu, 1 Jul 2004 20:16:56 +0000
(20:16 +0000)
committer
Christian Bauer
<Christian.Bauer@uni-mainz.de>
Thu, 1 Jul 2004 20:16:56 +0000
(20:16 +0000)
ginac/ncmul.cpp
patch
|
blob
|
history
diff --git
a/ginac/ncmul.cpp
b/ginac/ncmul.cpp
index 3bc8b2145766e2755e6cc8060e10a9c892d2f4d2..ccc91c490d4be13f853739e61b8d423c076e6fe4 100644
(file)
--- 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();
}