Changeset 521349 in git for kernel/kstd2.cc
- Timestamp:
- Jul 7, 2008, 3:18:57 PM (15 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- b547dc098c643d2e47143c81e0a51e711b5b10ff
- Parents:
- d351d85cc90334b89306247371fbd1761ed311b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rd351d8 r521349 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.6 6 2008-04-04 10:30:09 SingularExp $ */4 /* $Id: kstd2.cc,v 1.67 2008-07-07 13:18:56 wienand Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 1163 1163 1164 1164 // reduce the tail and normalize poly 1165 if (TEST_OPT_INTSTRATEGY) 1165 // in the ring case we cannot expect LC(f) = 1, 1166 // therefore we call pContent instead of pNorm 1167 if ((TEST_OPT_INTSTRATEGY) || (rField_is_Ring(currRing))) 1166 1168 { 1167 1169 strat->P.pCleardenom();
Note: See TracChangeset
for help on using the changeset viewer.