Changeset 49c522 in git


Ignore:
Timestamp:
May 3, 2018, 11:21:34 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e734084ec7bec9299f110c52697b1fd638b90bec
Parents:
216f06ee7f80913e6ca48a862d43e0f3a02be9f4
Message:
fix: Singular.jl/issues/23: polynomial division by a monomial
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r216f06 r49c522  
    137137  else
    138138  { /* This means that q != 0 consists of just one term,
    139        or that currRing is over a coefficient ring. */
     139       or that r is over a coefficient ring. */
    140140#ifdef HAVE_RINGS
    141     if (!rField_is_Domain(currRing))
     141    if (!rField_is_Domain(r))
    142142    {
    143143      WerrorS("division only defined over coefficient domains");
Note: See TracChangeset for help on using the changeset viewer.