Changeset b636f0 in git
- Timestamp:
- Feb 13, 2006, 8:59:58 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fd49e9dc2dd5c1c88bcdde564d12090ea08c0432
- Parents:
- 42ddd0dbdece5354f0a671a1747d9a01790bf8b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r42ddd0 rb636f0 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.5 3 2006-01-12 14:13:02bricken Exp $ */7 /* $Id: tgb.cc,v 1.54 2006-02-13 19:59:58 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 357 357 else 358 358 cs=nSize(coef); 359 #ifdef HAVE_COEF_BUCKETS 359 360 if (bucket->coef[0]!=NULL){ 360 361 if (rField_is_Q(currRing)){ … … 366 367 cs*=modifier;} 367 368 } 369 #endif 368 370 //FIXME:not quadratic 369 371 wlen_type erg=kEBucketLength(this->bucket,this->p,c);
Note: See TracChangeset
for help on using the changeset viewer.