Changeset a0d9be in git for kernel/gr_kstd2.cc
- Timestamp:
- Jun 10, 2010, 2:54:59 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 6e0750067834212a8910aad022e669ca646b5786
- Parents:
- 407ff05c12f210a6f1d860dac19e7850c61d38ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gr_kstd2.cc
r407ff05 ra0d9be 102 102 if (TEST_OPT_INTSTRATEGY) 103 103 { 104 if (rField_is_Zp_a()) p Content(h->p);105 else h->pCleardenom();// also does a p Content104 if (rField_is_Zp_a()) p_Content(h->p,currRing); 105 else h->pCleardenom();// also does a p_Content 106 106 } 107 107 /*computes the ecart*/ … … 232 232 if (!TEST_OPT_INTSTRATEGY) 233 233 { 234 if (rField_is_Zp_a()) p Content(h->p);234 if (rField_is_Zp_a()) p_Content(h->p,currRing); 235 235 else h->pCleardenom();// also does a pContentRat 236 236 } … … 269 269 if (!TEST_OPT_INTSTRATEGY) 270 270 { 271 if (rField_is_Zp_a()) p Content(h->p);272 else h->pCleardenom();// also does a p Content271 if (rField_is_Zp_a()) p_Content(h->p,currRing); 272 else h->pCleardenom();// also does a p_Content 273 273 } 274 274 … … 468 468 if (TEST_OPT_INTSTRATEGY) 469 469 { 470 if (rField_is_Zp_a()) p Content(h->p);470 if (rField_is_Zp_a()) p_Content(h->p,currRing); 471 471 else h->pCleardenom();// also does a pContent 472 472 } … … 492 492 if (TEST_OPT_INTSTRATEGY) 493 493 { 494 if (rField_is_Zp_a()) p Content(h->p);495 else h->pCleardenom();// also does a p Content494 if (rField_is_Zp_a()) p_Content(h->p,currRing); 495 else h->pCleardenom();// also does a p_Content 496 496 } 497 497 /* … … 553 553 // { 554 554 // if (TEST_OPT_DEBUG) PrintS(" > syzComp\n"); 555 // if (TEST_OPT_INTSTRATEGY) p Content(h->p);555 // if (TEST_OPT_INTSTRATEGY) p_Content(h->p,currRing); 556 556 // enterTBba((*h),strat->tl+1,strat); 557 557 // return; … … 568 568 if (TEST_OPT_INTSTRATEGY) 569 569 { 570 p Content(h->p);571 //pCleardenom(h->p);// also does a p Content570 p_Content(h->p,currRing); 571 //pCleardenom(h->p);// also does a p_Content 572 572 } 573 573 } … … 612 612 if (TEST_OPT_INTSTRATEGY) 613 613 { 614 if (rField_is_Zp_a()) p Content(h->p);615 else h->pCleardenom();// also does a p Content614 if (rField_is_Zp_a()) p_Content(h->p,currRing); 615 else h->pCleardenom();// also does a p_Content 616 616 } 617 617 enterT((*h),strat); … … 729 729 if (TEST_OPT_INTSTRATEGY) 730 730 { 731 //pContent(h->p); 732 h->pCleardenom();// also does a pContent 731 h->pCleardenom();// also does a p_Content 733 732 } 734 733 /* compute the ecart */ … … 743 742 // if (TEST_OPT_DEBUG) 744 743 // PrintS(" >syzComp\n"); 745 // if (TEST_OPT_INTSTRATEGY) p Content(h->p);744 // if (TEST_OPT_INTSTRATEGY) p_Content(h->p,currRing); 746 745 // at=strat->posInT(strat->T,strat->tl,(*h)); 747 746 // enterTBba((*h),at,strat); … … 795 794 if (TEST_OPT_INTSTRATEGY) 796 795 { 797 //pContent(h->p); 798 h->pCleardenom();// also does a pContent 796 h->pCleardenom();// also does a p_Content 799 797 } 800 798 enterT((*h),strat); … … 913 911 // if (TEST_OPT_DEBUG) 914 912 // PrintS(" >syzComp\n"); 915 // if (TEST_OPT_INTSTRATEGY) p Content(h->p);913 // if (TEST_OPT_INTSTRATEGY) p_Content(h->p,currRing); 916 914 // at=strat->posInT(strat->T,strat->tl,(*h)); 917 915 // enterTBba((*h),at,strat); … … 950 948 if (TEST_OPT_INTSTRATEGY) 951 949 { 952 //pContent(h->p); 953 h->pCleardenom();// also does a pContent 950 h->pCleardenom();// also does a p_Content 954 951 } 955 952 enterT((*h),strat); … … 1218 1215 } 1219 1216 1220 strat->P.p=p Cleardenom(strat->P.p);1217 strat->P.p=p_Cleardenom(strat->P.p, currRing); 1221 1218 } 1222 1219 else
Note: See TracChangeset
for help on using the changeset viewer.