Changeset f218a7 in git for kernel/syz2.cc


Ignore:
Timestamp:
Aug 3, 2011, 7:32:22 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
af66d65781bd30dd0d990cc7476eb7c230b6104f
Parents:
1b420fdcd150b1055040f75e2230c9118a3a529d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:32:22+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:21+01:00
Message:
FIX: p[LF]Deg -> p_[LF]Deg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz2.cc

    r1b420fd rf218a7  
    934934      for (j=0;j<k;j++)
    935935      {
    936         if (toreor->m[j]!=NULL) (IMATELEM(*syzstr->betti,pFDeg(toreor->m[j],currRing)-i+1,i+1))++;
     936        if (toreor->m[j]!=NULL) (IMATELEM(*syzstr->betti,p_FDeg(toreor->m[j],currRing)-i+1,i+1))++;
    937937        reor->m[j] = toreor->m[j];
    938938        toreor->m[j] = NULL;
Note: See TracChangeset for help on using the changeset viewer.