Changeset 959263 in git for kernel/polys.cc
- Timestamp:
- Jul 6, 2010, 1:56:10 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 83bde7677e30b29c0175c6ded6bfb22ed67a40ec
- Parents:
- 92080408874be46b8fb117a4d03d6a4bc4f8d921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r920804 r959263 494 494 if (pGetComp(q) > k) 495 495 { 496 p DecrComp(q);496 pSubComp(q,1); 497 497 if (use_setmcomp) pSetmComp(q); 498 498 } … … 522 522 if (pGetComp(q) > k) 523 523 { 524 p DecrComp(q);524 pSubComp(q,1); 525 525 if (use_setmcomp) pSetmComp(q); 526 526 } … … 696 696 if (pGetComp(q)>k) 697 697 { 698 p DecrComp(q);698 pSubComp(q,1); 699 699 pSetmComp(q); 700 700 } … … 708 708 if (pGetComp(q)>k) 709 709 { 710 p DecrComp(q);710 pSubComp(q,1); 711 711 pSetmComp(q); 712 712 }
Note: See TracChangeset
for help on using the changeset viewer.