Changeset f0d4069 in git for kernel/polys.cc
- Timestamp:
- Jun 12, 2006, 2:35:13 AM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 09b9c1b1bb4bc6dfc8e876d4d65751e7ed32971f
- Parents:
- c4c516319dd7380d23251f74e2a664cdb5664571
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
rc4c516 rf0d4069 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys.cc,v 1. 9 2006-06-12 00:07:11wienand Exp $ */4 /* $Id: polys.cc,v 1.10 2006-06-12 00:35:13 wienand Exp $ */ 5 5 6 6 /* … … 935 935 936 936 if (lcm==NULL) return FALSE; 937 #ifdef HAVE_RING2TOM938 // In coefficient rings, the coefficient plays a role in chain crit TODO939 if (currRing->cring == 1 && !pLmDivisibleByNoComp(p, lcm)) return FALSE;940 #endif941 937 942 938 for (j=pVariables; j; j--)
Note: See TracChangeset
for help on using the changeset viewer.