Changeset 6cf1919 in git for Singular/kbuckets.h
- Timestamp:
- Mar 3, 2003, 4:19:01 PM (21 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 5be1b78743442ff24bf6fce5b9ca0512ab3481c1
- Parents:
- 4f006f024aff0bd7e9f39e1b5b01d3d9bdec47fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/kbuckets.h
r4f006f r6cf1919 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kbuckets.h,v 1.1 5 2001-10-09 16:36:07Singular Exp $ */6 /* $Id: kbuckets.h,v 1.16 2003-03-03 15:19:01 Singular Exp $ */ 7 7 #include "structs.h" 8 8 #include "p_Procs.h" 9 9 #include "pShallowCopyDelete.h" 10 11 #define HAVE_COEF_BUCKETS 10 12 11 13 ///////////////////////////////////////////////////////////////////////// … … 186 188 #else 187 189 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 188 193 int buckets_length[MAX_BUCKET + 1]; // length if i-th poly 189 194 int buckets_used; // max number of used bucket
Note: See TracChangeset
for help on using the changeset viewer.