Changeset e6f77c6 in git
- Timestamp:
- Feb 12, 2021, 3:33:25 PM (2 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 02d0097719c7fc27a723a27a4d763bdaa9c76b95
- Parents:
- 3d0fc11e12f0677796609c2f1f083c544011993037b62398dc4e509de02648ce6bc4a17c8c7832e2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r37b623 re6f77c6 2557 2557 return; 2558 2558 } 2559 if ((pNext(pNext(ph))==NULL)||(!rField_is_Q(r))) 2559 if (pNext(pNext(ph))==NULL) 2560 { 2561 return; 2562 } 2563 if (!(rField_is_Q(r)) 2564 && (!rField_is_Q_a(r)) 2565 && (!rField_is_Zp_a(r)) 2566 && (!rField_is_Z(r)) 2567 ) 2560 2568 { 2561 2569 return; … … 2590 2598 if (!n_GreaterZero(pGetCoeff(p),r->cf)) h=n_InpNeg(h,r->cf); 2591 2599 if(n_IsOne(h,r->cf)) return; 2592 //if (TEST_OPT_PROT) PrintS("c");2600 if (TEST_OPT_PROT) PrintS("c"); 2593 2601 while (p!=NULL) 2594 2602 {
Note: See TracChangeset
for help on using the changeset viewer.