Changeset a76e11 in git for kernel/pp_Mult_mm__T.cc


Ignore:
Timestamp:
Feb 7, 2008, 9:41:00 AM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
1e36c5c49e03ef1a34a6fa933337372c1c97d6f1
Parents:
bdd99204592e417c7486a7f8d51895e883e6197e
Message:
kutilc.cc: use pp_Mult_nn instead of copy and p_Mult_nn
p_Minus...: compute length correct
pp_Mult: return null in case of null


git-svn-id: file:///usr/local/Singular/svn/trunk@10567 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/pp_Mult_mm__T.cc

    rbdd992 ra76e11  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pp_Mult_mm__T.cc,v 1.5 2007-05-10 08:12:43 wienand Exp $
     9 *  Version: $Id: pp_Mult_mm__T.cc,v 1.6 2008-02-07 08:41:00 wienand Exp $
    1010 *******************************************************************/
    1111
     
    2626  }
    2727  spolyrec rp;
     28#ifdef HAVE_ZERODIVISORS
     29  rp.next = NULL;
     30#endif
    2831  poly q = &rp, r;
    2932  number ln = pGetCoeff(m);
Note: See TracChangeset for help on using the changeset viewer.