Changeset d9a10e in git
- Timestamp:
- Jan 7, 2022, 7:25:41 PM (17 months ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/modstd.lib
r17f3f83 rd9a10e 59 59 intvec opt = option(get); 60 60 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 } 65 68 } 66 69
Note: See TracChangeset
for help on using the changeset viewer.