Changeset 2c1877 in git for kernel/GBEngine/kutil.h


Ignore:
Timestamp:
Aug 16, 2018, 11:28:09 AM (6 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7d405eac6c437045eb3f0923568aea729aab4594
Parents:
ff4c0c11dc6a44dd3a861bbaa15e41ab4d071d7b
Message:
fixes calling convention for finding divisor in T set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.h

    rff4c0c1 r2c1877  
    594594///        number of first divisor in T, otherwise
    595595int kFindDivisibleByInT(const kStrategy strat, const LObject* L, const int start=0);
    596 int kFindDivisibleByInTIntegers(const kStrategy strat, const LObject* L, const int start=0);
     596int kFindDivisibleByInT_Z(const kStrategy strat, const LObject* L, const int start=0);
    597597
    598598/// return -1 if no divisor is found
Note: See TracChangeset for help on using the changeset viewer.