IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 5:13:02 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.33

File:
1 edited

Legend:

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

    r8528 r8543  
    558558        psF64           bg_stdev;
    559559        psF64           bg_mean_stdev;
    560 
    561         dbh = psDBInit("localhost", "test", NULL, "test");
    562         if (!dbh) {
    563             exit(EXIT_FAILURE);
    564         }
    565 
    566         if (!detStackedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev)) {
     560        bool            normalize;
     561
     562        dbh = psDBInit("localhost", "test", NULL, "test");
     563        if (!dbh) {
     564            exit(EXIT_FAILURE);
     565        }
     566
     567        if (!detStackedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, &normalize)) {
    567568            exit(EXIT_FAILURE);
    568569        }
Note: See TracChangeset for help on using the changeset viewer.