Changeset 74dc544 in git


Ignore:
Timestamp:
Oct 17, 2016, 2:52:31 PM (8 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
efcad184aab131a5bb91c07a131e4eef481d398f
Parents:
31b2a699c4abd3ae5059d572175c660ee268f0d6
git-author:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2016-10-17 14:52:31+02:00
git-committer:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2017-12-15 12:17:07+01:00
Message:
chg: do not cache leading term
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/syz4.cc

    r31b2a69 r74dc544  
    285285{
    286286  const ring R = currRing;
    287   poly t1 = TraverseTail_test(a, p_GetComp(a, R)-1,
     287  poly t1 = ComputeImage_test(a, p_GetComp(a, R)-1,
    288288      previous_module, variables, m_div);
    289289  poly t2 = TraverseTail_test(a->next, p_GetComp(a->next, R)-1,
Note: See TracChangeset for help on using the changeset viewer.