Changeset fbc0b6 in git


Ignore:
Timestamp:
Oct 16, 2006, 5:06:24 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8f63da55b6d14a891a0a092d72c294b3ea13419c
Parents:
e8492c0397c2e2e0772582e6787ee288d3c77a44
Message:
*hannes: kFindDivisibleByInS again


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    re8492c rfbc0b6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.22 2006-10-12 08:55:40 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.23 2006-10-16 15:06:24 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    8888
    8989  pAssume(~not_sev == p_GetShortExpVector(p, currRing));
    90   int ende=strat->sl;
    91   if ((*max_ind)<ende) ende=posInS(strat,*max_ind,p,0)+1;
     90  int ende=posInS(strat,*max_ind,p,0)+1;
    9291  if (ende>(*max_ind)) ende=(*max_ind);
    9392  (*max_ind)=ende;
Note: See TracChangeset for help on using the changeset viewer.