Changeset b1cb63 in git


Ignore:
Timestamp:
Feb 4, 2014, 12:51:55 AM (10 years ago)
Author:
Max Horn <max@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
994c3dc99d02ae0db55a193692a2e41b6a562bcd
Parents:
3918fd0c44b01e258eb67d2a89e9789169624cbe
Message:
Fix typo in poly_mon_mult

This was caught by a compiler warning -- the warning was previously
drowned out by the gazillion other warnings triggered in AE.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/AE.cc

    r3918fd rb1cb63  
    297297void int_poly::poly_mon_mult(const int_poly f, int n)
    298298{
    299     if (f,is_zero()==1)
     299    if (f.is_zero()==1)
    300300    {
    301301        poly_set_zero();
Note: See TracChangeset for help on using the changeset viewer.