Ignore:
Timestamp:
Aug 29, 2012, 11:56:27 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
24a77fb14c59fc78cc67eb5f6934a45d8862d99e
Parents:
17228ebfd18336c7c9ef1b5d9c20e80ae49d91a0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-29 11:56:27+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-29 11:57:11+02:00
Message:
fix: compiler warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r17228e r416d76  
    965965  {
    966966    int lp, lq = 0;
    967     poly spNoether = NULL;
    968     return nc_p_Minus_mm_Mult_qq(p, m, q, lp, lq, spNoether, r);
     967    return nc_p_Minus_mm_Mult_qq(p, m, q, lp, lq, NULL, r);
    969968  }
    970969#endif
Note: See TracChangeset for help on using the changeset viewer.