Changeset 47fff5 in git for kernel/kutil.cc


Ignore:
Timestamp:
May 8, 2013, 3:33:20 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9b3ad3d7d7e4664e8d3edba66cf01c3625bda816
Parents:
e372e5a6920b580479daceabaed68732dc3b8676
Message:
fix: removed duplicate debug stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    re372e5a r47fff5  
    85098509  Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets=%d\n",
    85108510         strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets);
    8511   Print("posInLDependsOnLength=%d, use_buckets=%d\n",
    8512          strat->posInLDependsOnLength,strat->use_buckets);
     8511  Print("posInLDependsOnLength=%d\n",
     8512         strat->posInLDependsOnLength);
    85138513  PrintS(showOption());PrintLn();
    85148514  PrintS("LDeg: ");
Note: See TracChangeset for help on using the changeset viewer.