IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:22:07 PM (20 years ago)
Author:
jhoblitt
Message:

rel-0_0_02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/pop.c

    r7460 r7500  
    484484        psDB            *dbh;
    485485        char            det_type[256];
    486 
    487         dbh = psDBInit("localhost", "test", NULL, "test");
    488         if (!dbh) {
    489             exit(EXIT_FAILURE);
    490         }
    491 
    492         if (!detRunPop(dbh, (char **)&det_type)) {
     486        psS32           iteration;
     487
     488        dbh = psDBInit("localhost", "test", NULL, "test");
     489        if (!dbh) {
     490            exit(EXIT_FAILURE);
     491        }
     492
     493        if (!detRunPop(dbh, (char **)&det_type, &iteration)) {
    493494            exit(EXIT_FAILURE);
    494495        }
Note: See TracChangeset for help on using the changeset viewer.