Changeset c536ff in git


Ignore:
Timestamp:
Jul 14, 2010, 9:05:31 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
29c5bddc7323e57463888d471da9ef0f6645cb2e
Parents:
88d14b7d46c76c6ce16898bf0d69c053c043c1a2
Message:
mu -> Kstd1_mu

git-svn-id: file:///usr/local/Singular/svn/trunk@13004 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    r88d14b rc536ff  
    13601360    {
    13611361      if ((TEST_OPT_FINDET)
    1362       || ((TEST_OPT_MULTBOUND) && (scMult0Int((strat->Shdl)) < mu)))
     1362      || ((TEST_OPT_MULTBOUND) && (scMult0Int((strat->Shdl)) < Kstd1_mu)))
    13631363      {
    13641364        // obachman: is this still used ???
  • kernel/kstd1.h

    r88d14b rc536ff  
    3636//extern int syzComp;
    3737  /*stop building pairs after that component --> ideals.cc, syz.cc */
    38 extern int LazyPass,LazyDegree,mu,Kstd1_deg;
    39 #define Kstd1_mu mu
     38extern int LazyPass,LazyDegree,Kstd1_mu,Kstd1_deg;
    4039  /*parameters for Lazy or global stops --> ipshell.cc, grammar.y*/
    4140extern BITSET kOptions;
  • kernel/kutil.cc

    r88d14b rc536ff  
    217217int     HCord;
    218218int     Kstd1_deg;
    219 int     mu=32000;
     219int     Kstd1_mu=32000;
    220220
    221221/*2
Note: See TracChangeset for help on using the changeset viewer.