Changeset 226

Show
Ignore:
Timestamp:
02/25/07 13:52:08 (1 year ago)
Author:
ug
Message:

Fixed small bug in search.cpp.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo/search.cpp

    r225 r226  
    40514051 
    40524052    // 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]) { 
    40544054      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]); 
    40554055      if (hash_result == 0) {