Changeset 423198 in git for kernel


Ignore:
Timestamp:
Jul 17, 2015, 5:26:16 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b33f5c0f9bef398247a5285d3211cc23ae68f199
Parents:
5f3ec195f4730da6965bf73fa349680438b5db77
Message:
heuristicGcdCancellation: remove also gcd of monomials
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kspoly.cc

    r5f3ec1 r423198  
    137137
    138138  // and finally,
    139   PR->Tail_Minus_mm_Mult_qq(lm, t2, PW->GetpLength() - 1, spNoether);
     139  PR->Tail_Minus_mm_Mult_qq(lm, t2, pLength(t2) /*PW->GetpLength() - 1*/, spNoether);
    140140  assume(PW->GetpLength() == pLength(PW->p != NULL ? PW->p : PW->t_p));
    141141  PR->LmDeleteAndIter();
Note: See TracChangeset for help on using the changeset viewer.