Changeset 1c35568 in git for kernel/polys.cc
- Timestamp:
- Dec 18, 2009, 2:07:12 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 2b3caae5e93f036d36ceeb553934d1dcb89b3c60
- Parents:
- 3a5edc375c8c9192d0f777ea79d63b5fde378a37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r3a5edc r1c35568 717 717 { 718 718 719 if (!TEST_OPT_IDLIFT) 720 { 721 if (pGetComp(p1) > 0 || pGetComp(p2) > 0) 722 return FALSE; 723 } 719 if (pGetComp(p1) > 0 || pGetComp(p2) > 0) 720 return FALSE; 724 721 int i = pVariables; 725 722 loop
Note: See TracChangeset
for help on using the changeset viewer.