Changeset 1e872a in git


Ignore:
Timestamp:
Aug 3, 2011, 7:38:15 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
711e26e8e44ee1e7919f92468e0e401554543926
Parents:
af66d65781bd30dd0d990cc7476eb7c230b6104f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:38:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:22+01:00
Message:
FIX: minor fixes
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz0.cc

    raf66d6 r1e872a  
    577577        {
    578578          number an=nCopy(pGetCoeff(F[k])),bn=nCopy(pGetCoeff(F[j]));
    579           int ct = ksCheckCoeff(&an, &bn);
     579          int ct = ksCheckCoeff(&an, &bn, currRing->cf);
    580580          syz = pCopy(pairs[k]);
    581581          //syz->coef = nCopy(F[k]->coef);
  • kernel/syz3.cc

    raf66d6 r1e872a  
    17681768  syzstr->syRing = rAssure_C_dp(origR, TRUE); rChangeCurrRing(syzstr->syRing);
    17691769/*--- initializes the data structures---------------*/
    1770   syzstr->length = *length = (currRing->N)+2;
     1770  syzstr->length = *length = (syzstr->syRing->N)+2;
    17711771  syzstr->regularity = -1;
    17721772  if (origR!=syzstr->syRing)
Note: See TracChangeset for help on using the changeset viewer.