Changeset 0ee0b4 in git


Ignore:
Timestamp:
Dec 9, 2016, 9:56:18 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
3064c8692d09b6a7bceff10c599eeb4cd9b09bde
Parents:
f674c6979a5ad206161e7bb58973a31958fd4741
Message:
better option(teach) messages for redHoney
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    rf674c6 r0ee0b4  
    14761476    /*
    14771477     * the polynomial to reduce with (up to the moment) is;
    1478      * pi with ecart ei
     1478     * pi with ecart ei (T[ii])
    14791479     */
    14801480    i = j;
     
    15371537      PrintS("red:");
    15381538      h->wrp();
    1539       PrintS(" with ");
     1539      Print("\nwith T[%d]:",ii);
    15401540      strat->T[ii].wrp();
    15411541    }
     
    21482148        if ((TEST_OPT_REDSB)||(TEST_OPT_REDTAIL))
    21492149        {
    2150           strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT);
     2150          strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT,!TEST_OPT_CONTENTSB);
    21512151          strat->P.pCleardenom();
    21522152        }
     
    44254425    if (TEST_OPT_DEBUG)
    44264426    {
    4427       PrintS(" to ");
     4427      PrintS("\nto ");
    44284428      wrp(h->p);
    44294429      PrintLn();
Note: See TracChangeset for help on using the changeset viewer.