Changeset f92547 in git for kernel/polys.cc
- Timestamp:
- Mar 20, 2006, 9:33:57 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 9a7b03d261325d1fc155f5625fe1867b6ef6432c
- Parents:
- f7cbb7696d6c24ac0b31ebc09c768d0a3df1a7a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
rf7cbb7 rf92547 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1. 7 2005-11-27 15:28:45wienand Exp $ */4 /* $Id: polys.cc,v 1.8 2006-03-20 20:33:57 wienand Exp $ */ 5 5 6 6 /* … … 691 691 } 692 692 } 693 #endif 693 #endif 694 694 if (p1!=NULL) 695 695 { … … 926 926 927 927 if (lcm==NULL) return FALSE; 928 #ifdef HAVE_RING2TOM 929 // In coefficient rings, the coefficient plays a role in chain crit TODO 930 if (currRing->cring == 1 && !pLmDivisibleByNoComp(p, lcm)) return FALSE; 931 #endif 928 932 929 933 for (j=pVariables; j; j--)
Note: See TracChangeset
for help on using the changeset viewer.