Changeset 2fb01f in git


Ignore:
Timestamp:
Oct 28, 2020, 9:56:00 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0a6f360449d9d3f50e2f00fcff58bd71f9c1917c
Parents:
a8fbae0828c6e1e4b6de5b2e619bacbde1b0bd08
Message:
fix: schubert.lib: example totalChernClass
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/newstruct.cc

    ra8fbae r2fb01f  
    385385          || (al->m[nm->pos].RingDependend()))
    386386          {
    387             if (al->m[nm->pos].data==NULL)
     387            if ((al->m[nm->pos].data==NULL)||(al->m[nm->pos-1].data==NULL))
    388388            {
    389389              // NULL belongs to any ring
Note: See TracChangeset for help on using the changeset viewer.