Changeset a576b0 in git for kernel/GBEngine/kutil.cc
- Timestamp:
- May 29, 2015, 1:39:46 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- e00d2000bacbdc1e3326af703d7555b6a847ad1e
- Parents:
- 40e862737f0776c1a89a482ba5c81054d4339085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r40e8627 ra576b0 5444 5444 { 5445 5445 int j; 5446 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, &Ln);5446 j = kFindDivisibleByInT(strat, &Ln); 5447 5447 if (j < 0) break; 5448 5448 With = &(strat->T[j]); … … 9757 9757 { 9758 9758 int j; 9759 j = kFindDivisibleByInT(strat ->T, strat->sevT, strat->tl, &Ln);9759 j = kFindDivisibleByInT(strat, &Ln); 9760 9760 if (j < 0) break; 9761 9761 With = &(strat->T[j]);
Note: See TracChangeset
for help on using the changeset viewer.