Changeset 859d786 in git
- Timestamp:
- Aug 31, 2015, 4:13:55 PM (8 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- cd38fbd954495900afc188a0e871f8586db00535
- Parents:
- fd07781d309b3cc6a9930e69e9c6b97aa93d73a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
rfd07781 r859d786 9078 9078 else if (strat->initEcartPair==initEcartPairMora) PrintS("initEcartPairMora\n"); 9079 9079 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); 9080 9084 PrintS("chainCrit: "); 9081 9085 if (strat->chainCrit==chainCritNormal) PrintS("chainCritNormal\n");
Note: See TracChangeset
for help on using the changeset viewer.