Changeset 0635d51 in git for libpolys/polys/clapconv.cc


Ignore:
Timestamp:
Aug 22, 2013, 2:53:44 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
14a0ca748a86d906ecfcc3974abcd59a741ad988
Parents:
f30df9db738239b192f944fedcdb9cc8322795e1
git-author:
Martin Lee <martinlee84@web.de>2013-08-22 14:53:44+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-08-23 13:38:20+02:00
Message:
fix: missing content over Z in ntLcm, ntGcd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.cc

    rf30df9 r0635d51  
    323323
    324324    // test if denominator is constant
    325     if (!p_IsConstantPoly(DEN (p_GetCoeff (p,r)),r) && !errorreported)
     325    if (!p_IsConstantPoly(DEN (p_GetCoeff (p,r)),r->cf->extRing) && !errorreported)
    326326      WerrorS("conversion error: denominator!= 1");
    327327
Note: See TracChangeset for help on using the changeset viewer.