Changeset aef17ef in git


Ignore:
Timestamp:
Jan 7, 2022, 3:23:05 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
18133150ce5e8460db28913049a01db5d86041bc
Parents:
1387b042ddffa16bc2344bbac104adab22788c6b
Message:
fix: highcorner requires SB, fake it here
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    r1387b04 raef17ef  
    6161    if (noether!=0) { option(infRedTail);}
    6262    else
    63     { if (highcorner(I)!=0) { option(infRedTail);} }
     63    { def II=I; attrib(II,"isSB",1);
     64      if (highcorner(II)!=0) { option(infRedTail);}
     65    }
    6466
    6567    /* choose the right command */
Note: See TracChangeset for help on using the changeset viewer.