Changeset a576b0 in git for kernel/GBEngine/kutil.cc


Ignore:
Timestamp:
May 29, 2015, 1:39:46 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
e00d2000bacbdc1e3326af703d7555b6a847ad1e
Parents:
40e862737f0776c1a89a482ba5c81054d4339085
Message:
optim. kFindDivisibleByInT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.cc

    r40e8627 ra576b0  
    54445444      {
    54455445        int j;
    5446         j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, &Ln);
     5446        j = kFindDivisibleByInT(strat, &Ln);
    54475447        if (j < 0) break;
    54485448        With = &(strat->T[j]);
     
    97579757      {
    97589758        int j;
    9759         j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, &Ln);
     9759        j = kFindDivisibleByInT(strat, &Ln);
    97609760        if (j < 0) break;
    97619761        With = &(strat->T[j]);
Note: See TracChangeset for help on using the changeset viewer.