Changeset 233 for 06/libkombilo-branches/hash_center/cpptest.cpp
- Timestamp:
- 03/02/07 16:16:43 (2 years ago)
- Files:
-
- 06/libkombilo-branches/hash_center/cpptest.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo-branches/hash_center/cpptest.cpp
r230 r233 19 19 // ----------------- set up processing options ----------------------------------- 20 20 ProcessOptions* p_op = new ProcessOptions; 21 p_op->algos = ALGO_FINALPOS | ALGO_MOVELIST ;21 p_op->algos = ALGO_FINALPOS | ALGO_MOVELIST | ALGO_HASH_CENTER; 22 22 23 23 // ----------------- create GameList instance ----------------------------------- 24 GameList gl("t1.db", "id", "[[PW]] - [[PB]] ([[winner]]), [[filename.]], ", 0);24 GameList gl("t1.db", "id", "[[PW]] - [[PB]] ([[winner]]), [[filename.]], ", p_op); 25 25 delete p_op; 26 26 … … 29 29 gl.start_processing(); 30 30 directory_iterator end_itr; 31 string path = "/home/ug/go/kombilo/06/libkombilo";31 // string path = "/home/ug/go/kombilo/06/center_hashes/libkombilo"; 32 32 // string path = "/home/ug/go/gtl/reviews"; 33 //string path = "/home/ug/go/gogod06/2000";33 string path = "/home/ug/go/gogod06/2000"; 34 34 for(directory_iterator it(path); it != end_itr; ++it) { 35 35 string n = it->string();
