Changeset d51aaf in git for libpolys/polys/clapconv.cc


Ignore:
Timestamp:
Sep 2, 2020, 11:20:38 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6015d43818001eae2c8e1157be77b3944f869bc78f1635219415c362482d7b49d5e80499c31b7c2a
Parents:
ced67c888bea6db7d7957aa0ac765e2068833c3b
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-09-02 23:20:38+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-09-02 23:21:20+02:00
Message:
p_IsConstant (instead of p_IsConstantPoly)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.cc

    rced67c rd51aaf  
    325325
    326326    // test if denominator is constant
    327     if (!errorreported && !p_IsConstantPoly(DEN ((fraction)p_GetCoeff (p,r)),r->cf->extRing))
     327    if (!errorreported && !p_IsConstant(DEN ((fraction)p_GetCoeff (p,r)),r->cf->extRing))
    328328      WerrorS("conversion error: denominator!= 1");
    329329
     
    357357
    358358    // test if denominator is constant
    359     if (!p_IsConstantPoly(DEN ((fraction)p_GetCoeff (p,r)),r->cf->extRing))
     359    if (!p_IsConstant(DEN ((fraction)p_GetCoeff (p,r)),r->cf->extRing))
    360360      return FALSE;
    361361    pIter(p);
Note: See TracChangeset for help on using the changeset viewer.