Changeset f92fa13 in git for Singular/kstd1.cc


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/kstd1.cc

    r057fd3 rf92fa13  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.14 1998-01-17 18:07:57 Singular Exp $ */
     4/* $Id: kstd1.cc,v 1.15 1998-03-16 14:56:31 obachman Exp $ */
    55/*
    66* ABSTRACT:
     
    16441644  initMora(F,strat);
    16451645#ifdef COMP_FAST
    1646   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     1646  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    16471647#endif 
    16481648  strat->enterS = enterSMoraNF;
     
    17391739  /*- set T -*/
    17401740#ifdef COMP_FAST
    1741   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     1741  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    17421742#endif 
    17431743  strat->tl = -1;
     
    18771877  spSet(currRing);
    18781878#ifdef COMP_FAST
    1879   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     1879  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    18801880#endif 
    18811881  if (pOrdSgn==-1)
     
    20782078  spSet(currRing);
    20792079#ifdef COMP_FAST
    2080   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     2080  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    20812081#endif
    20822082  if (pOrdSgn==-1)
     
    21542154  spSet(currRing);
    21552155#ifdef COMP_FAST
    2156   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     2156  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    21572157#endif 
    21582158  if (pOrdSgn==-1)
     
    21752175  strat->syzComp = syzComp;
    21762176#ifdef COMP_FAST
    2177   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     2177  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    21782178#endif 
    21792179  if (pOrdSgn==-1)
     
    22182218  strat->T           = initT();
    22192219#ifdef COMP_FAST
    2220   strat->spSpolyLoop = spSetSpolyLoop(currRing, strat->syzComp, strat->ak, strat->homog);
     2220  strat->spSpolyLoop = spGetSpolyLoop(currRing, strat);
    22212221#endif 
    22222222  if (pOrdSgn == -1)   strat->honey = TRUE;
Note: See TracChangeset for help on using the changeset viewer.