Fixed special case for multivector __str__ function

2009-05-31 Thread Alan Bromborsky
Multivector static member str_rep(mv) called by __str__(self) did not complete string processing for grade 0 (scalar) multivectors. Fixed problem and removed all spaces from output to reduce length of string. --~--~-~--~~~---~--~~ You received this message becaus

Re: Fixed special case for multivector __str__ function

2009-05-31 Thread Ondrej Certik
Hi Alan! On Sun, May 31, 2009 at 5:36 AM, Alan Bromborsky wrote: > Multivector static member str_rep(mv) called by __str__(self) did not > complete string processing for grade 0 (scalar) multivectors.  Fixed > problem and removed all spaces from output to reduce length of string. Thanks for the

Re: Fixed special case for multivector __str__ function

2009-05-31 Thread Alan Bromborsky
Ondrej Certik wrote: > Hi Alan! > > On Sun, May 31, 2009 at 5:36 AM, Alan Bromborsky wrote: > >> Multivector static member str_rep(mv) called by __str__(self) did not >> complete string processing for grade 0 (scalar) multivectors. Fixed >> problem and removed all spaces from output to reduce

Re: Fixed special case for multivector __str__ function

2009-05-31 Thread Ondrej Certik
It's in, thanks! On Sun, May 31, 2009 at 1:06 PM, Alan Bromborsky wrote: > Ondrej Certik wrote: >> Hi Alan! >> >> On Sun, May 31, 2009 at 5:36 AM, Alan Bromborsky wrote: >> >>> Multivector static member str_rep(mv) called by __str__(self) did not >>> complete string processing for grade 0 (scal