Changeset d60626 in git for kernel/kspoly.cc
- Timestamp:
- Jan 11, 2007, 11:37:35 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8716be2e191c917ded9d525d95527e5828b8b42b
- Parents:
- d312f60de15be42c43e4d046f839a626576dfc89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kspoly.cc
rd312f6 rd60626 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kspoly.cc,v 1. 7 2007-01-03 00:17:10 motsakExp $ */4 /* $Id: kspoly.cc,v 1.8 2007-01-11 10:37:35 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Routines for Spoly creation and reductions … … 66 66 p_MaxComp(pNext(p2),tailRing) == 0)); 67 67 68 #ifdef HAVE_PLURAL 68 69 if (rIsPluralRing(currRing)) 69 70 { … … 85 86 return 0; 86 87 } 88 #endif 87 89 88 90 if (t2==NULL) // Divisor is just one term, therefore it will
Note: See TracChangeset
for help on using the changeset viewer.