Changeset 238 for 06/libkombilo-branches/hash_center/cpptest.cpp
- Timestamp:
- 03/06/07 23:08:07 (22 months ago)
- Files:
-
- 1 modified
-
06/libkombilo-branches/hash_center/cpptest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
06/libkombilo-branches/hash_center/cpptest.cpp
r233 r238 19 19 // ----------------- set up processing options ----------------------------------- 20 20 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; 22 22 23 23 // ----------------- create GameList instance -----------------------------------
