Ignore:
Timestamp:
Mar 30, 2011, 6:50:52 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ab4f17f53255dd31a9347110c1d434aea6bda6ae
Parents:
4f0f42c2c9f0111e4c4acdd825e2e7922154ad28
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-30 18:50:52+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:16+01:00
Message:
FIX: n_IsUnit!
File:
1 edited

Legend:

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

    r4f0f42 rcf5c05  
    17311731#ifdef HAVE_RINGS
    17321732  if (rField_is_Ring(r))
    1733     return (p_LmIsConstant(p, r) && nIsUnit(pGetCoeff(p),r->cf));
     1733    return (p_LmIsConstant(p, r) && n_IsUnit(pGetCoeff(p),r->cf));
    17341734#endif
    17351735  return p_LmIsConstant(p, r);
Note: See TracChangeset for help on using the changeset viewer.