IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 4:31:35 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.29

File:
1 edited

Legend:

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

    r8325 r8368  
    574574        psS32           iteration;
    575575        char            class_id[256];
     576        psF32           norm;
     577
     578        dbh = psDBInit("localhost", "test", NULL, "test");
     579        if (!dbh) {
     580            exit(EXIT_FAILURE);
     581        }
     582
     583        if (!detNormalizedStatImfilePop(dbh, &det_id, &iteration, (char **)&class_id, &norm)) {
     584            exit(EXIT_FAILURE);
     585        }
     586
     587        psDBCleanup(dbh);
     588    }
     589
     590    {
     591        psDB            *dbh;
     592        psS32           det_id;
     593        psS32           iteration;
     594        char            class_id[256];
    576595        char            uri[256];
    577596        char            recipe[256];
Note: See TracChangeset for help on using the changeset viewer.