Changeset 4154bb in git for libpolys/coeffs/AEp.cc


Ignore:
Timestamp:
Sep 16, 2013, 4:39:31 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
944a5ac946e2f8544123239e3a920b7d77e718e1
Parents:
d5cdf337c2c550eb851a3dbfb231f45857af1f8f
Message:
Fix "if (deg=0)" in new exp. coeffs (see issue #374)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/AEp.cc

    rd5cdf33 r4154bb  
    867867int p_poly::is_one()
    868868{
    869     if (deg=0)
     869    if (deg==0)
    870870    {
    871871        if (mpz_cmp_ui(coef[0],1)==0) { return 1; }
Note: See TracChangeset for help on using the changeset viewer.