Changeset 13e3243 in git for Singular/binom.h


Ignore:
Timestamp:
Jan 17, 1998, 6:24:44 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
21f260ea48728441a6ffb1cb950b27e444a13ec0
Parents:
2751cfebdb2dfd159ffb65426c39bc5aac43e1a2
Message:
* hannes:
        * fixed type cast in iplib.cc
        * changes for TEST_MAC_ORDER, part 2
	(binom.cc, binom.h, spSpolyLoop.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/binom.h

    r2751cf r13e3243  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: binom.h,v 1.6 1998-01-16 08:24:02 Singular Exp $ */
     6/* $Id: binom.h,v 1.7 1998-01-17 17:24:43 Singular Exp $ */
    77/*
    88* ABSTRACT - set order (=number of monomial) for dp
    99*/
    10 // #define TEST_MAC_ORDER
     10#define TEST_MAC_ORDER
    1111#ifdef TEST_MAC_ORDER
     12
     13#include <limits.h>
     14
    1215extern int      bHighdeg;
     16extern int      bHighdeg_1;
    1317extern BOOLEAN  bNoAdd;
     18extern int *    bBinomials;
     19
    1420void            bSetm(poly p);
    1521void            bSetm0(poly p);
     
    1723int             bComp1dpc(poly p1, poly p2);
    1824int             bComp1cdp(poly p1, poly p2);
     25
    1926#endif
    2027#endif
Note: See TracChangeset for help on using the changeset viewer.