Changeset 7a38e1 in git


Ignore:
Timestamp:
Oct 29, 2015, 11:41:29 AM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
855bc904df14223524a436e00743426a30e4af15
Parents:
d494396ae5d0b97624b211d3996e04e87606f219
Message:
canceled: changed posinl11rings (it is worse)
add: debug output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    rd49439 r7a38e1  
    452452    printf("\nFound j = %i\n",j);pWrite(strat->T[j].p);
    453453    #endif
     454    //enterT(*h, strat);
    454455    ksReducePoly(h, &(strat->T[j]), NULL, NULL, strat); // with debug output
    455456    #if ADIDEBUG
     
    17661767        }
    17671768      }
     1769      #if ADIDEBUG
     1770      for(int iii = 0; iii<=strat->tl;iii++)
     1771      {
     1772        printf("\nT[%i] = ",iii);pWrite(strat->T[iii].p);
     1773      }
     1774      #endif
    17681775
    17691776      if (hilb!=NULL) khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat);
Note: See TracChangeset for help on using the changeset viewer.