Changeset 1dc959 in git


Ignore:
Timestamp:
Jul 24, 2007, 3:12:26 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
ea6e5e7ba407b2006bf3c391e4a48d6194d87418
Parents:
7ba05915454687c0d0a5567ccede49dd45c1755e
Message:
*hannes: fix


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r7ba059 r1dc959  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.50 2007-07-24 12:29:30 Singular Exp $ */
     4/* $Id: kstd2.cc,v 1.51 2007-07-24 13:12:26 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    10241024    {
    10251025      int sl=pSize(strat->S[j]);
    1026       int jj;
     1026      int jj=j;
    10271027      loop
    10281028      {
    10291029        int sll;
    1030         jj=kFindNextDivisibleByInS(strat,j+1,max_ind,&P);
     1030        jj=kFindNextDivisibleByInS(strat,jj+1,max_ind,&P);
    10311031        if (jj<0) break;
    10321032        sll=pSize(strat->S[jj]);
Note: See TracChangeset for help on using the changeset viewer.