Changeset 4525869 in git


Ignore:
Timestamp:
Nov 1, 2021, 11:33:34 AM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
dab6f7d7c45c8ab1624db8f01164c42ac9ee3b26
Parents:
a2835d70c68d9c9f8bac72d69fb92640affe3b5a
Message:
simpler error check (overflow in hild for degree)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hdegree.cc

    ra2835d r4525869  
    901901  intvec *hseries2;
    902902  intvec *hseries1 = hFirstSeries(S, modulweight, Q);
    903   if (hseries1==NULL)
    904   {
    905     WerrorS("too many variables?");
    906     return;
    907   }
     903  if (errorreported) return;
    908904  l = hseries1->length()-1;
    909905  if (l > 1)
Note: See TracChangeset for help on using the changeset viewer.