Changeset 69658e in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Feb 22, 2013, 12:29:35 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2e2c67897e034b7ffa5b8a0dda72431cff944d4a
Parents:
367df95c40f03bb94a871481eb198951b3a42c85cd4f243f3aafc7080a52fa973f2d90493e4847f2
Message:
Merge pull request #295 from YueRen/warnings

Warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r367df9 r69658e  
    968968#endif
    969969
     970#ifdef HAVE_RATGRING
    970971void nc_gr_initBba(ideal F, kStrategy strat)
     972#else
     973void nc_gr_initBba(ideal, kStrategy strat)
     974#endif
    971975{
    972976  assume(rIsPluralRing(currRing));
    973977
    974   int i;
     978  // int i;
    975979//  idhdl h;
    976980 /* setting global variables ------------------- */
     
    10701074  assume(currRing->OrdSgn != -1); // no mora!!! it terminates only for global ordering!!! (?)
    10711075
    1072   intvec *w=NULL;
    1073   intvec *hilb=NULL;
     1076  // intvec *w=NULL;
     1077  // intvec *hilb=NULL;
    10741078  int   olddeg,reduc;
    10751079  int red_result=1;
    1076   int hilbeledeg=1,hilbcount=0,minimcnt=0;
     1080  int /*hilbeledeg=1,*/hilbcount=0/*,minimcnt=0*/;
    10771081
    10781082  initBuchMoraCrit(strat); /*set Gebauer, honey, sugarCrit*/
Note: See TracChangeset for help on using the changeset viewer.