Changeset 0b4ec2 in git for kernel/kutil.cc


Ignore:
Timestamp:
Feb 23, 2009, 12:26:29 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e5408173a819cf24009069d4443ae2c98be47c45
Parents:
05eb8c338d5239a2e038f0b776772d795b3ac14e
Message:
*hannes: use rIsRatGRing


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r05eb8c r0b4ec2  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.122 2009-02-23 10:59:20 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.123 2009-02-23 11:26:29 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    160160  {
    161161#ifdef HAVE_PLURAL
    162     if (currRing->real_var_start>0)
     162    if (rIsRatGRing(currRing))
    163163    {
    164164      if (_p_LmDivisibleByPart(p,currRing,
     
    22962296    if (new_pair)
    22972297    {
    2298 #ifdef HAVE_PLURAL
    2299       if (currRing->real_var_start>0)
    2300         chainCritPart(h,ecart,strat);
    2301       else
    2302 #endif
    23032298      strat->chainCrit(h,ecart,strat);
    23042299    }
     
    55485543  }
    55495544#endif
     5545#ifdef HAVE_PLURAL
     5546  if (rIsRatGRing(currRing))
     5547  {
     5548     strat->chainCrit=chainCritPart;
     5549  }
     5550#endif
    55505551
    55515552  strat->sugarCrit =        TEST_OPT_SUGARCRIT;
Note: See TracChangeset for help on using the changeset viewer.