Changeset 6cf1919 in git


Ignore:
Timestamp:
Mar 3, 2003, 4:19:01 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
5be1b78743442ff24bf6fce5b9ca0512ab3481c1
Parents:
4f006f024aff0bd7e9f39e1b5b01d3d9bdec47fd
Message:
*hannes: coef buckets


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

Legend:

Unmodified
Added
Removed
  • Singular/kbuckets.h

    r4f006f r6cf1919  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kbuckets.h,v 1.15 2001-10-09 16:36:07 Singular Exp $ */
     6/* $Id: kbuckets.h,v 1.16 2003-03-03 15:19:01 Singular Exp $ */
    77#include "structs.h"
    88#include "p_Procs.h"
    99#include "pShallowCopyDelete.h"
     10
     11#define HAVE_COEF_BUCKETS
    1012
    1113/////////////////////////////////////////////////////////////////////////
     
    186188#else
    187189  poly buckets[MAX_BUCKET + 1];        // polys in bucket
     190#ifdef HAVE_COEF_BUCKETS
     191  poly coef[MAX_BUCKET + 1];        // coeff of polys in bucket or NULL : 2..max
     192#endif
    188193  int  buckets_length[MAX_BUCKET + 1]; // length if i-th poly
    189194  int buckets_used;                    // max number of used bucket
Note: See TracChangeset for help on using the changeset viewer.