Changeset dd60f3c in git


Ignore:
Timestamp:
Jan 31, 2007, 11:11:48 AM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9108d34b50bbad2ac2032416e205c835f49bad41
Parents:
b3789a81928d6793696598191a3de4c8374a89bd
Message:
*hannes: kFindDiv...S


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    rb3789a rdd60f3c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.35 2007-01-10 17:01:57 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.36 2007-01-31 10:11:48 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    8888
    8989  pAssume(~not_sev == p_GetShortExpVector(p, currRing));
    90 #if 0
    91   int ende=posInS(strat,*max_ind,p,0)+1+(strat->ak>0)*pGetComp(p);
     90#if 1
     91  int ende;
     92  if (strat->ak>0) ende=strat->sl;
     93  else ende=posInS(strat,*max_ind,p,0)+1;
    9294  if (ende>(*max_ind)) ende=(*max_ind);
    9395#else
Note: See TracChangeset for help on using the changeset viewer.