Changeset af66d6 in git for kernel/syz0.cc


Ignore:
Timestamp:
Aug 3, 2011, 7:36:56 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1e872a8ed7451934142b28236ec124f6235b5679
Parents:
f218a7daf5f60792a940256fb8358b13d4d85ef3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:36:56+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:22+01:00
Message:
FIX: most Syzygy-related (e.g. *Comps) functions need a ring now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz0.cc

    rf218a7 raf66d6  
    208208/*----------------construction of the new ordering----------*/
    209209  if (rkF>0)
    210     rSetSyzComp(rkF);
     210    rSetSyzComp(rkF, currRing);
    211211  else
    212     rSetSyzComp(1);
     212    rSetSyzComp(1, currRing);
    213213/*----------------creating S--------------------------------*/
    214214  for(j=0;j<Fl;j++)
     
    840840static void idShift(ideal arg,int index)
    841841{
    842   int i,j=rGetMaxSyzComp(index);
     842  int i,j=rGetMaxSyzComp(index, currRing);
    843843  for (i=0;i<IDELEMS(arg);i++)
    844844  {
Note: See TracChangeset for help on using the changeset viewer.