Changeset 66b71f6 in git for kernel


Ignore:
Timestamp:
May 31, 2019, 5:11:26 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
65815204b00cc32255acff6286425d83cfa60e09
Parents:
6cbb4ac3ea7b7601c85fb75dbdbe26013d917f81
Message:
fix: debug version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    r6cbb4a r66b71f6  
    154154
    155155#if defined(PDEBUG) || defined(PDIV_DEBUG)
    156         if (p_LmShortDivisibleBy(T0p, sevT0, not_sev, r))
     156        if (p_LmShortDivisibleBy(T0p, sevT0, p, not_sev, r))
    157157        {
    158158            mult= n_QuotRem(pGetCoeff(p), pGetCoeff(T0p), &rest, r->cf);
     
    178178        orest           = pGetCoeff(p);
    179179#if defined(PDEBUG) || defined(PDIV_DEBUG)
    180         if (p_LmShortDivisibleBy(strat->T[0].t_p, sevT[j],
     180        if (p_LmShortDivisibleBy(T0p, sevT0,
    181181                    p, not_sev, r))
    182182        {
Note: See TracChangeset for help on using the changeset viewer.