Changeset ad53a8 in git for kernel/GBEngine/kstd2.cc


Ignore:
Timestamp:
Jun 30, 2017, 10:29:01 AM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
1744215efa55b9960a2e39b0ace7f4df0011ecee
Parents:
eeb59b7cdc953ab8fc317de9519bebd946fd012c
Message:
chg: kFindDivisibleByInS -> kFindDivisibleByInS, kFindDivisibleByInS_T
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    reeb59b7 rad53a8  
    12071207      else
    12081208      {
    1209         With = kFindDivisibleByInS(strat, pos, &Ln, &With_s);
     1209        With = kFindDivisibleByInS_T(strat, pos, &Ln, &With_s);
    12101210        if (With == NULL) break;
    12111211      }
Note: See TracChangeset for help on using the changeset viewer.