Changeset 493225 in git for kernel/pp_Mult_nn__T.cc
- Timestamp:
- Dec 8, 2009, 7:11:06 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 32c11ff616c40bb7c3d5c756479b0507e505f330
- Parents:
- 42660f97810c6af10af57af395d99b9a04bb8dad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/pp_Mult_nn__T.cc
r42660f r493225 33 33 #ifndef HAVE_ZERODIVISORS 34 34 p_AllocBin(pNext(q), bin, r); 35 q = pNext(q);35 pIter(q); 36 36 number nc = pGetCoeff(p); 37 37 pSetCoeff0(q, n_Mult(n, nc, r)); … … 43 43 { 44 44 p_AllocBin(pNext(q), bin, r); 45 q = pNext(q);45 pIter(q); 46 46 pSetCoeff0(q, tmp); 47 47 p_MemCopy(q->exp, p->exp, length);
Note: See TracChangeset
for help on using the changeset viewer.