Show
Ignore:
Timestamp:
03/06/07 23:08:07 (22 months ago)
Author:
ug
Message:

Backup of current state (does compile, but hashing is not functional ATM).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 06/libkombilo-branches/hash_center/cpptest.cpp

    r233 r238  
    1919  // ----------------- set up processing options ----------------------------------- 
    2020  ProcessOptions* p_op = new ProcessOptions; 
    21   p_op->algos = ALGO_FINALPOS | ALGO_MOVELIST | ALGO_HASH_CENTER; 
     21  p_op->algos = ALGO_FINALPOS | ALGO_MOVELIST | ALGO_HASH_FULL | ALGO_HASH_CORNER | ALGO_HASH_CENTER; 
    2222 
    2323  // ----------------- create GameList instance -----------------------------------