Show
Ignore:
Timestamp:
03/22/07 22:41:18 (22 months ago)
Author:
ug
Message:

Fixed bug w.r.t. pattern anchors in hash_center search. Further small changes.

Files:
1 modified

Legend:

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

    r242 r243  
    2929    gl.start_processing(); 
    3030    directory_iterator end_itr; 
    31     // string path = "/home/ug/go/kombilo/06/hash_center"; 
     31    string path = "/home/ug/go/kombilo/06/hash_center"; 
    3232    // string path = "/home/ug/go/gtl/reviews"; 
    33     string path = "/home/ug/go/gogod06/2001"; 
     33    // string path = "/home/ug/go/gogod06/2001"; 
    3434    int counter = 0; 
    3535    for(directory_iterator it(path); it != end_itr; ++it) {