Changeset 226
- Timestamp:
- 02/25/07 13:52:08 (1 year ago)
- Files:
-
- 06/libkombilo/search.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo/search.cpp
r225 r226 4051 4051 4052 4052 // CORNER PATTERN? 4053 if ((searchOptions->algos & ALGO_HASH_ FULL) && pattern.sizeX >= 7 && pattern.sizeY >= 7 && algo_ps[algo_hash_corner+20*bs_index]) {4053 if ((searchOptions->algos & ALGO_HASH_CORNER) && pattern.sizeX >= 7 && pattern.sizeY >= 7 && algo_ps[algo_hash_corner+20*bs_index]) { 4054 4054 hash_result = ((Algo_hash_corner*)algo_ps[algo_hash_corner+20*bs_index])->search(pl, *this, *searchOptions, algo_dbs[algo_hash_corner+20*bs_index]); 4055 4055 if (hash_result == 0) {
