Show
Ignore:
Timestamp:
07/29/09 00:31:04 (15 years ago)
Author:
trnewman
Message:

Functional DSA CBR, although it picks a random row.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c

    r389 r390  
    202202    unsigned int i; 
    203203    char str_buffer[64]; 
    204     printf("number of ops %d:\n", _n); 
    205204    for (i=0; i<_n; i++) { 
    206205        // ensure valid ops value 
     
    221220    } 
    222221 
    223     //printf("search command: %s\n", _cbr->command); 
     222    printf("search command: %s\n", _cbr->command); 
    224223 
    225224    rc = ExecuteSearchCommand(_cbr, _retvals);