Changeset 930ea8 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Jan 11, 2012, 2:42:18 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
6c98d526bf15bb5a2845bfd4fb4f54474229668c
Parents:
31f1850ad6697d9acd155b53fa63f9e1a648ed9c
Message:
chg: compiler warnings: newHEdge, messageStat
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r31f1850 r930ea8  
    10681068  intvec *w=NULL;
    10691069  intvec *hilb=NULL;
    1070   int   srmax,lrmax;
    10711070  int   olddeg,reduc;
    10721071  int red_result=1;
     
    10851084  /*Shdl=*/initBuchMora(F, Q,strat);
    10861085  strat->posInT=posInT110;
    1087   srmax = strat->sl;
    1088   reduc = olddeg = lrmax = 0;
     1086  reduc = olddeg = 0;
    10891087
    10901088  /* compute------------------------------------------------------- */
    10911089  while (strat->Ll >= 0)
    10921090  {
    1093     if (strat->Ll > lrmax) lrmax =strat->Ll;/*stat.*/
    1094 
    10951091    if (TEST_OPT_DEBUG) messageSets(strat);
    10961092
     
    12481244      }
    12491245      if (strat->P.lcm!=NULL) pLmFree(strat->P.lcm);
    1250       if (strat->sl>srmax) srmax = strat->sl;
    12511246    }
    12521247#ifdef KDEBUG
     
    12891284//    }
    12901285//  }
    1291   if (TEST_OPT_PROT) messageStat(srmax,lrmax,hilbcount,strat);
     1286  if (TEST_OPT_PROT) messageStat(hilbcount,strat);
    12921287  if (Q!=NULL) updateResult(strat->Shdl,Q,strat);
    12931288
Note: See TracChangeset for help on using the changeset viewer.