Changeset b636f0 in git


Ignore:
Timestamp:
Feb 13, 2006, 8:59:58 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
fd49e9dc2dd5c1c88bcdde564d12090ea08c0432
Parents:
42ddd0dbdece5354f0a671a1747d9a01790bf8b8
Message:
*bricken: possible to compile without HAVE_COEF_BUCKETS


git-svn-id: file:///usr/local/Singular/svn/trunk@8940 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r42ddd0 rb636f0  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.53 2006-01-12 14:13:02 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.54 2006-02-13 19:59:58 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    357357          else
    358358            cs=nSize(coef);
     359          #ifdef HAVE_COEF_BUCKETS
    359360          if (bucket->coef[0]!=NULL){
    360361            if (rField_is_Q(currRing)){
     
    366367              cs*=modifier;}
    367368          }
     369          #endif
    368370          //FIXME:not quadratic
    369371          wlen_type erg=kEBucketLength(this->bucket,this->p,c);
Note: See TracChangeset for help on using the changeset viewer.