Changeset cf5c05 in git
- Timestamp:
- Mar 30, 2011, 6:50:52 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.h
r4f0f42 rcf5c05 1731 1731 #ifdef HAVE_RINGS 1732 1732 if (rField_is_Ring(r)) 1733 return (p_LmIsConstant(p, r) && n IsUnit(pGetCoeff(p),r->cf));1733 return (p_LmIsConstant(p, r) && n_IsUnit(pGetCoeff(p),r->cf)); 1734 1734 #endif 1735 1735 return p_LmIsConstant(p, r);
Note: See TracChangeset
for help on using the changeset viewer.