Changeset deee7f in git
- Timestamp:
- Apr 27, 2006, 4:04:20 PM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9e477a2743fe00335579c85f73df099c9767849e
- Parents:
- 4840ebbc36dd8b213270ac0659ca820f9eac218f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r4840ebb rdeee7f 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.8 3 2006-03-28 05:25:03bricken Exp $ */7 /* $Id: tgb.cc,v 1.84 2006-04-27 14:04:20 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 2125 2125 //(rChar()==0); 2126 2126 F4_mode=F4; 2127 2127 this->doubleSugar=TRUE; 2128 2128 if ((!F4_mode)&&(!is_homog) &&(pLexOrder)){ 2129 2129 this->doubleSugar=TRUE; … … 2404 2404 for(i=0;i<IDELEMS(I);i++) 2405 2405 { 2406 assume(I->m[i] ==NULL);2406 assume(I->m[i]!=NULL); 2407 2407 simplify_poly(I->m[i],currRing); 2408 2408 }
Note: See TracChangeset
for help on using the changeset viewer.