Changeset 930ea8 in git for kernel/kstdfac.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/kstdfac.cc

    r31f1850 r930ea8  
    547547ideal bbafac (ideal F, ideal Q,intvec *w,kStrategy strat, ideal_list FL)
    548548{
    549   int   srmax,lrmax;
    550549  int   olddeg,reduc=0;
    551550  int red_result = 1;
    552   srmax = strat->sl;
    553   reduc = olddeg = lrmax = 0;
     551  reduc = olddeg = 0;
    554552  /* compute------------------------------------------------------- */
    555553  if ((strat->Ll==-1) && (strat->sl>=0))
     
    560558  while (strat->Ll >= 0)
    561559  {
    562     if (strat->Ll > lrmax) lrmax =strat->Ll;/*stat.*/
    563560    if (TEST_OPT_DEBUG) messageSets(strat);
    564561    if (strat->Ll== 0) strat->interpt=TRUE;
     
    711708        }
    712709        kTest_TS(n);
    713         if (n->sl>srmax) srmax = n->sl;
    714 
    715710        /* construct D */
    716711        if (IDELEMS(fac)>1)
     
    888883  }
    889884  exitBuchMora(strat);
    890   if (TEST_OPT_PROT) { PrintLn(); messageStat(srmax,lrmax,0,strat); }
     885  if (TEST_OPT_PROT) { PrintLn(); messageStat(0,strat); }
    891886  if (Q!=NULL) updateResult(strat->Shdl,Q,strat);
    892887  return (strat->Shdl);
Note: See TracChangeset for help on using the changeset viewer.