Changeset f92fa13 in git for Singular/kutil.h


Ignore:
Timestamp:
Mar 16, 1998, 3:56:48 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5c8eae0ee4adf297d4ee70c4eb367499625899d8
Parents:
057fd3b14dfe97c1070a5e6e9ea465fb317ae57f
Message:
1998-03-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* polys-impl.h: #define COMP_FAST

	* configure.in,Makefile.in: check for flex -P; increased version
	number to 1.1.7

1998-03-04  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* febase.h: added macro assume()

	* spSpolyLoop.cc: Automatic generation of SpolyLoops using
	spSpolyLoop.pl

	* kstd*.cc: New calling interface to get SpolyLoop

	* ring.h: Introduced rOrderType_t


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.h

    r057fd3 rf92fa13  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.4 1997-12-03 16:58:50 obachman Exp $ */
     6/* $Id: kutil.h,v 1.5 1998-03-16 14:56:35 obachman Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for std
     
    1010#include "structs.h"
    1111#include "mmemory.h"
     12#include "ring.h"
    1213#include <string.h>
    1314
     
    172173BOOLEAN homogTest(polyset F, int Fmax);
    173174BOOLEAN newHEdge(polyset S, int ak,kStrategy strat);
     175rOrderType_t spGetOrderType(ring r, kStrategy strat);
    174176
    175177inline TSet initT () { return (TSet)Alloc0(setmax*sizeof(TObject)); }
Note: See TracChangeset for help on using the changeset viewer.