IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 12:26:17 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.45

File:
1 edited

Legend:

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

    r9213 r9229  
    631631        char            class_id[256];
    632632        char            uri[256];
     633        psF64           bg;
     634        psF64           bg_stdev;
     635        psF64           bg_mean_stdev;
    633636        char            b1_uri[256];
    634637        char            b2_uri[256];
     
    639642        }
    640643
    641         if (!detNormalizedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&b1_uri, (char **)&b2_uri)) {
     644        if (!detNormalizedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, &bg, &bg_stdev, &bg_mean_stdev, (char **)&b1_uri, (char **)&b2_uri)) {
    642645            exit(EXIT_FAILURE);
    643646        }
Note: See TracChangeset for help on using the changeset viewer.