Changeset d9a10e in git


Ignore:
Timestamp:
Jan 7, 2022, 7:25:41 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
b9815b8565cbf80dfcead0c374f3aa3b677aa1fe
Parents:
17f3f83e30b1798ce45e4d8a1ea12aacc55b9a42
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-01-07 19:25:41+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-01-07 19:26:20+01:00
Message:
fix: modstd: option(ifRedTail) only for local orderings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    r17f3f83 rd9a10e  
    5959    intvec opt = option(get);
    6060    option(redSB);
    61     if (noether!=0) { option(infRedTail);}
    62     else
    63     { def II=I; attrib(II,"isSB",1);
    64       if (highcorner(II)!=0) { option(infRedTail);}
     61    if (attrib(basering,"global")==0)
     62    {
     63      if (noether!=0) { option(infRedTail);}
     64      else
     65      { def II=I; attrib(II,"isSB",1);
     66        if (highcorner(II)!=0) { option(infRedTail);}
     67      }
    6568    }
    6669
Note: See TracChangeset for help on using the changeset viewer.