Changeset 1387b04 in git


Ignore:
Timestamp:
Jan 7, 2022, 2:11:42 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
aef17eff8eec5b30ac3c808f6bda9ad18c9a2dee
Parents:
6377a09b892629582766eb46686021a7d953f7b5
Message:
fix: modStd for lokal orderings with HC
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    r6377a09 r1387b04  
    5959    intvec opt = option(get);
    6060    option(redSB);
     61    if (noether!=0) { option(infRedTail);}
     62    else
     63    { if (highcorner(I)!=0) { option(infRedTail);} }
    6164
    6265    /* choose the right command */
     
    385388    }
    386389
     390    option(noredSB,noinfRedTail);
    387391    /* test if result is a GB */
    388392    def G = std(result);
Note: See TracChangeset for help on using the changeset viewer.