Changeset e371bf in git
- Timestamp:
- Feb 27, 2009, 12:05:15 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 9441bed67ec1c43393534ce897f991afa2709345
- Parents:
- 2809766227df25a7bd9aff4ad7b14d7cde637824
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r280976 re371bf 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.1 29 2009-02-26 15:55:02Singular Exp $ */4 /* $Id: kutil.cc,v 1.130 2009-02-27 11:05:15 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 4724 4724 deleteHC(&h, strat); 4725 4725 } 4726 if (TEST_OPT_INTSTRATEGY)4727 {4728 //pContent(h.p);4729 h.pCleardenom(); // also does a pContent4730 }4731 else4732 {4733 h.pNorm();4734 }4735 4726 if (h.p!=NULL) 4736 { 4727 // do not rely on the input being a SB! 4728 { 4729 if (TEST_OPT_INTSTRATEGY) 4730 { 4731 //pContent(h.p); 4732 h.pCleardenom(); // also does a pContent 4733 } 4734 else 4735 { 4736 h.pNorm(); 4737 } 4737 4738 strat->initEcart(&h); 4738 4739 if (strat->sl==-1)
Note: See TracChangeset
for help on using the changeset viewer.