patch

Christian Bauer Christian.Bauer at Uni-Mainz.DE
Thu Jul 1 18:17:54 CEST 2004


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/



More information about the GiNaC-devel mailing list