Changeset 31b00db in git for kernel/kspoly.cc


Ignore:
Timestamp:
Dec 18, 2013, 9:23:30 AM (10 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6e3023af87cd7303404f428f8b9a5e633065747b
Parents:
d08a3a399eb7febd54a0044f3ad1ca3db14cd61c
Message:
fixes sba tail sreductions for char =/= prime
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kspoly.cc

    rd08a3a r31b00db  
    225225    poly ftmp;
    226226    ring rtmp;
    227     PR->GetLm(ftmp,rtmp);
    228     poly f1 = k_LmInit_tailRing_2_currRing(ftmp,rtmp);
     227    PR->SetLmCurrRing();
     228    poly f1 = pCopy(PR->GetLmCurrRing());
     229    //PR->GetLm(ftmp,rtmp);
     230    //poly f1 = k_LmInit_tailRing_2_currRing(ftmp,rtmp);
    229231    poly f2 = PW->GetLmCurrRing();
    230232    poly sigMult = pCopy(PW->sig);   // copy signature of reducer
Note: See TracChangeset for help on using the changeset viewer.