Changeset 3609481 in git


Ignore:
Timestamp:
Sep 27, 1999, 4:34:18 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a17b5f10db232b720ef488c5fc66070e81903ccf
Parents:
93af5bd2a1b5701ae93a5f0984022740fbdbf4af
Message:
* walk merge


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

Legend:

Unmodified
Added
Removed
  • Singular/kbuckets.h

    r93af5b r3609481  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kbuckets.h,v 1.3 1999-05-26 16:20:18 obachman Exp $ */
     6/* $Id: kbuckets.h,v 1.4 1999-09-27 14:34:18 obachman Exp $ */
    77#include "mod2.h"
    88#include "mmheap.h"
     
    3535//         Monoms of p are from heap
    3636//         Uses heap for intermediate monom allocations
    37 //              pprocs for polynomial operations
    38 void kBucketInit(kBucket_pt bucket, poly p, int length, kbPolyProcs_pt pprocs,
    39                  memHeap heap = NULL);
     37void kBucketInit(kBucket_pt bucket, poly p, int length, memHeap heap = NULL);
    4038
    4139// Converts Bpoly into a poly and clears bucket
     
    122120  int buckets_used;                    // max number of used bucket
    123121#endif
    124   kbPolyProcs_pt pprocs;               // procs for poly arithmetic
    125122  memHeap heap;                        // used heap
    126123};
Note: See TracChangeset for help on using the changeset viewer.