IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 12:09:49 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.40

File:
1 edited

Legend:

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

    r9107 r9149  
    644644        psS32           det_id;
    645645        psS32           iteration;
     646        char            recipe[256];
     647        psF64           bg;
     648        psF64           bg_stdev;
     649        psF64           bg_mean_stdev;
     650        char            b1_uri[256];
     651        char            b2_uri[256];
     652
     653        dbh = psDBInit("localhost", "test", NULL, "test");
     654        if (!dbh) {
     655            exit(EXIT_FAILURE);
     656        }
     657
     658        if (!detNormalizedExpPop(dbh, &det_id, &iteration, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, (char **)&b1_uri, (char **)&b2_uri)) {
     659            exit(EXIT_FAILURE);
     660        }
     661
     662        psDBCleanup(dbh);
     663    }
     664
     665    {
     666        psDB            *dbh;
     667        psS32           det_id;
     668        psS32           iteration;
    646669        char            comment[256];
    647670
Note: See TracChangeset for help on using the changeset viewer.