Changeset 391323 in git for kernel/kutil.cc


Ignore:
Timestamp:
Oct 12, 2006, 10:55:42 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
200e7290fa530efe0851712fa9c959236d73cb35
Parents:
8fc1b4d51d3b74816a22e5b09d2875ca81a5c44d
Message:
*hannes: NF/redNF optimized


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r8fc1b4d r391323  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.31 2006-10-05 10:30:03 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.32 2006-10-12 08:55:40 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    12231223  if (strat->sugarCrit)
    12241224  {
    1225     if(
    1226     (!((strat->ecartS[i]>0)&&(ecart>0)))
     1225    if((!((strat->ecartS[i]>0)&&(ecart>0)))
    12271226    && pHasNotCF(p,strat->S[i]))
    12281227    {
     
    14601459  {
    14611460    //PrintS("prod-crit\n");
    1462       if (!rIsPluralRing(currRing))
    1463       {
    1464         strat->cp++;
    1465         return;
    1466       }
     1461    if (!rIsPluralRing(currRing))
     1462    {
     1463      strat->cp++;
     1464      return;
     1465    }
    14671466  }
    14681467
     
    26512650*             otherwise, bba has to be changed
    26522651*/
    2653 int posInS (kStrategy strat, int length,poly p, int ecart_p)
     2652int posInS (const kStrategy strat, const int length,const poly p,
     2653            const int ecart_p)
    26542654{
    26552655  if(length==-1) return 0;
Note: See TracChangeset for help on using the changeset viewer.