Changeset 157d97 in git


Ignore:
Timestamp:
Dec 9, 2020, 11:55:22 AM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
eaa7752eb5d84ef7620492a274dcf88b30f152de
Parents:
21b15fad1273cd8c4c4129591b14641160d57776
Message:
fix: for ringgb.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r21b15f r157d97  
    4242    return NULL;
    4343  }
    44 #ifdef HAVE_RINGS
    45   if (rField_is_Ring(r))
    46   {
    47     if (!rField_is_Domain(r))
    48     {
    49       WerrorS("division only defined over coefficient domains");
    50       return NULL;
    51     }
    52   }
    53 #endif
    5444  if ((pNext(q)!=NULL)||rIsNCRing(r))
    5545  { /* This means that q != 0 consists of at least two terms*/
Note: See TracChangeset for help on using the changeset viewer.