Changeset 859d786 in git


Ignore:
Timestamp:
Aug 31, 2015, 4:13:55 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
cd38fbd954495900afc188a0e871f8586db00535
Parents:
fd07781d309b3cc6a9930e69e9c6b97aa93d73a4
Message:
lost some debug messages for test(55)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    rfd07781 r859d786  
    90789078    else if (strat->initEcartPair==initEcartPairMora) PrintS("initEcartPairMora\n");
    90799079    else  Print("%p\n",(void*)strat->initEcartPair);
     9080  Print("homog=%d, LazyDegree=%d, LazyPass=%d, ak=%d,\n",
     9081    strat->homog, strat->LazyDegree,strat->LazyPass, strat->ak);
     9082  Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets=%d\n",
     9083    strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets);
    90809084  PrintS("chainCrit: ");
    90819085    if (strat->chainCrit==chainCritNormal) PrintS("chainCritNormal\n");
Note: See TracChangeset for help on using the changeset viewer.