Changeset 1d85ccd in git for libpolys/polys/monomials/p_polys.h
- Timestamp:
- Jul 7, 2015, 3:09:22 PM (8 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- d0e703dc337d27819a1065c061abfc0f530c5204
- Parents:
- 1c3860b85a769e98757cea4c9c523161e6ffc106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.h
r1c3860b r1d85ccd 1583 1583 while (i>=0); 1584 1584 } 1585 #ifdef HAVE_RINGS1585 /*#ifdef HAVE_RINGS 1586 1586 pDivAssume(p_DebugLmDivisibleByNoComp(a, b, r) == n_DivBy(p_GetCoeff(b, r), p_GetCoeff(a, r), r->cf)); 1587 1587 return (!rField_is_Ring(r)) || n_DivBy(p_GetCoeff(b, r), p_GetCoeff(a, r), r->cf); 1588 1588 #else 1589 */ 1589 1590 pDivAssume(p_DebugLmDivisibleByNoComp(a, b, r) == TRUE); 1590 1591 return TRUE; 1591 #endif1592 //#endif 1592 1593 } 1593 1594 … … 1604 1605 } 1605 1606 while (i); 1606 #ifdef HAVE_RINGS1607 /*#ifdef HAVE_RINGS 1607 1608 return n_DivBy(p_GetCoeff(b, r_b), p_GetCoeff(a, r_a), r_a->cf); 1608 1609 #else 1610 */ 1609 1611 return TRUE; 1610 #endif1612 //#endif 1611 1613 } 1612 1614 … … 1624 1626 } 1625 1627 while (i>=start); 1626 #ifdef HAVE_RINGS1628 /*#ifdef HAVE_RINGS 1627 1629 return n_DivBy(p_GetCoeff(b, r_b), p_GetCoeff(a, r_a), r_a->cf); 1628 1630 #else 1631 */ 1629 1632 return TRUE; 1630 #endif1633 //#endif 1631 1634 } 1632 1635 static inline BOOLEAN _p_LmDivisibleByPart(poly a, const ring r_a, poly b, const ring r_b,const int start, const int end)
Note: See TracChangeset
for help on using the changeset viewer.