1 Jul
2004
1 Jul
'04
6:17 p.m.
Hi! On Thu, Jul 01, 2004 at 04:40:59PM +0000, Chris Dams wrote:
The line
if (return_type_tinfo() & 0xffffff00U != TINFO_clifford) {
that occurs in ncmul::conjugate() needs to be changed into
if ((return_type_tinfo() & 0xffffff00U) != TINFO_clifford) {
for correct operator precedence.
Yup. But why does ncmul need to know about clifford anyway? Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/