Changeset a8b44d in git for kernel/polys1.cc
- Timestamp:
- Mar 21, 2011, 3:55:47 PM (12 years ago)
- Branches:
- (u'spielwiese', 'd1ec153efbb92b07a03c829a7f893fe854f169d2')
- Children:
- 9cd697732c2adbda992d49885d226fc966966251
- Parents:
- f4a33e267c2b5be378ef1fc5426935bee8f1e4d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys1.cc
rf4a33e ra8b44d 1720 1720 if (rField_is_Ring(currRing)) 1721 1721 { 1722 if ((pLength(p1) == 1) && (nEqual(pGetCoeff(p1), pGetCoeff(p2)))) 1723 return TRUE; 1724 if (!nIsUnit(pGetCoeff(p2))) return FALSE; 1722 if (!nDivBy(pGetCoeff(p1), pGetCoeff(p2))) return FALSE; 1725 1723 } 1726 1724 #endif
Note: See TracChangeset
for help on using the changeset viewer.