IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 4:31:14 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/pop.c

    r8665 r9044  
    538538        psF64           bg_stdev;
    539539        psF64           bg_mean_stdev;
    540 
    541         dbh = psDBInit("localhost", "test", NULL, "test");
    542         if (!dbh) {
    543             exit(EXIT_FAILURE);
    544         }
    545 
    546         if (!detProcessedImfilePop(dbh, &det_id, (char **)&exp_id, (char **)&class_id, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev)) {
     540        char            b1_uri[256];
     541        char            b2_uri[256];
     542
     543        dbh = psDBInit("localhost", "test", NULL, "test");
     544        if (!dbh) {
     545            exit(EXIT_FAILURE);
     546        }
     547
     548        if (!detProcessedImfilePop(dbh, &det_id, (char **)&exp_id, (char **)&class_id, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, (char **)&b1_uri, (char **)&b2_uri)) {
    547549            exit(EXIT_FAILURE);
    548550        }
Note: See TracChangeset for help on using the changeset viewer.