Changeset e9927f in git for kernel/kInline.h


Ignore:
Timestamp:
Oct 8, 2012, 4:31:53 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
ff12c6888756916057984322f1311a0a1515db3e
Parents:
95197e27d1277756b09bcdadc0b4e418cd280274
Message:
fix: length computation in sLObject::Tail_Minus_mm_Mult_qq
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kInline.h

    r95197e re9927f  
    594594    assume(_p != NULL);
    595595
    596     pNext(_p) = p_Minus_mm_Mult_qq( pNext(_p), m, q, pLength, lq,
     596    int lp=pLength-1;
     597    pNext(_p) = p_Minus_mm_Mult_qq( pNext(_p), m, q, lp, lq,
    597598                                    spNoether, tailRing );
     599    pLength=lp+1;
    598600//    tailRing->p_Procs->p_Minus_mm_Mult_qq(pNext(_p), m, q, shorter,spNoether, tailRing, last);
    599601//    pLength += lq - shorter;
Note: See TracChangeset for help on using the changeset viewer.