Changeset 83f8aff in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Aug 4, 2008, 9:31:13 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
4d80cd5454dbf5d2e6f1a38dd70e5b6dd869be8f
Parents:
5be88cb6bd7fa75ae79826066243325d5cc7efb1
Message:
*hannes: HAVE_RATGRING


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r5be88c r83f8aff  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.23 2008-07-29 13:16:44 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.24 2008-08-04 07:31:13 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    209209  pDelete(&f);
    210210}
     211#ifdef HAVE_RATGRING
    211212/*2
    212213*reduces h with elements from T choosing  the first possible
     
    350351  }
    351352}
     353#endif
    352354
    353355/*2
     
    979981//   if (rIsPluralRing(currRing))
    980982    strat->red = redGrFirst;
     983#ifdef HAVE_RATGRING
    981984  if (currRing->real_var_start>0)
    982985  {
     
    994997    if (is_rat_id) strat->red=redGrRatGB;
    995998  }
     999#endif
    9961000
    9971001  if (pLexOrder && strat->honey)
Note: See TracChangeset for help on using the changeset viewer.