Changeset 861529 in git for kernel/syz0.cc


Ignore:
Timestamp:
Jul 26, 2011, 1:21:51 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
92058150caf53dc60a028c63bafb64f39bfa73a8
Parents:
b7cfaff1d9a4ec8364a64a54d2b7e009f91418e2
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-26 13:21:51+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
Message:
fix pShift -> p_Shift
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz0.cc

    rb7cfaf r861529  
    423423            IDELEMS(result) += 16;
    424424          }
    425           //pShift(&toRed,-rkF);
     425          //p_Shift(&toRed,-rkF,currRing);
    426426          pNorm(toRed);
    427427          (*Shdl)[Sl] = toRed;
     
    839839  {
    840840    if (arg->m[i]!=NULL)
    841       pShift(&arg->m[i],-j);
     841      p_Shift(&arg->m[i],-j,currRing);
    842842  }
    843843}
Note: See TracChangeset for help on using the changeset viewer.