Changeset 93f7ef in git


Ignore:
Timestamp:
Dec 14, 2011, 4:01:44 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
54e73b123b0a2d72ccfa6b9377b156ff82f85469
Parents:
7398810a2f8d9bf8c8a575bf5df6a13e330f1b8d
Message:
fix: unify output of kDebugPrint
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r739881 r93f7ef  
    67196719  Print("homog=%d, LazyDegree=%d, LazyPass=%d, ak=%d,\n",
    67206720         strat->homog, strat->LazyDegree,strat->LazyPass, strat->ak);
    6721   Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets: %d\n",
     6721  Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets=%d\n",
    67226722         strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets);
    67236723  Print("posInLDependsOnLength=%d, use_buckets=%d\n",
Note: See TracChangeset for help on using the changeset viewer.