Changeset 4debf02 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Jul 28, 2008, 8:18:34 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0047ec082623717be0d4a93ede48a2f8957e8fb8
Parents:
eae0e0566af761d4a90afad8e2800a934cf7550b
Message:
*hannes: ratGB: posInL: posInL0: by pCmp of lcm


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    reae0e0 r4debf02  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.18 2008-07-28 09:57:08 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.19 2008-07-28 18:18:34 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    939939    strat->red = redGrFirst;
    940940  if (currRing->real_var_start>0)
     941  {
    941942    strat->red=redGrRatGB;
     943  }
    942944
    943945  if (pLexOrder && strat->honey)
     
    10201022  /*Shdl=*/initBuchMora(F, Q,strat);
    10211023  strat->posInT=posInT110;
     1024  if (currRing->real_var_start>0)
     1025  {
     1026    strat->posInL=posInL0; // by pCmp of lcm
     1027  }
    10221028  srmax = strat->sl;
    10231029  reduc = olddeg = lrmax = 0;
Note: See TracChangeset for help on using the changeset viewer.