Changeset 3dc79f5 in git for kernel/kutil.cc


Ignore:
Timestamp:
Mar 22, 2011, 6:51:38 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e915737ec03361ff5ed24f64af5ef7a643d1c434
Parents:
fd1b0f2e9e097faef7d6563aeb22798d790e146e
Message:
fix tr. 328

git-svn-id: file:///usr/local/Singular/svn/trunk@14037 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    rfd1b0f2 r3dc79f5  
    692692  }
    693693
    694   if (i >= 0 && T->pLength != 0 
     694  if (i >= 0 && T->pLength != 0
    695695  && ! rIsSyzIndexRing(currRing) && T->pLength != pLength(p))
    696696  {
     
    54395439        h.sev = strat->sevS[i];
    54405440        /*puts the elements of S also to T*/
     5441        strat->initEcart(&h);
    54415442        enterT(h,strat);
    54425443        strat->S_2_R[i] = strat->tl;
     
    62676268                                  (strat->homog && pFDeg == pDeg), // omit_degree
    62686269#endif
    6269                                   (strat->ak==0), // omit_comp if the input is an ideal 
     6270                                  (strat->ak==0), // omit_comp if the input is an ideal
    62706271                                  expbound); // exp_limit
    62716272
Note: See TracChangeset for help on using the changeset viewer.