Changeset e89d89 in git


Ignore:
Timestamp:
Jul 25, 2014, 1:40:51 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
371cf4f15aa98cee5f733495813c4c9d09aa72ea
Parents:
d500d03d1ccd39c8ff44dd3a8b625580d06b8587
Message:
fix: overflow check in subst(ideal..), #630
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd500d0 re89d89  
    63206320  {
    63216321    BOOLEAN overflow=FALSE;
    6322     //if (monomexpr!=NULL)
    6323     if (0)
     6322    if (monomexpr!=NULL)
    63246323    {
    63256324      long deg_monexp=pTotaldegree(monomexpr);
Note: See TracChangeset for help on using the changeset viewer.