IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 1:04:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/pop.c

    r8103 r8148  
    652652        char            class_id[256];
    653653        char            recipe[256];
    654 
    655         dbh = psDBInit("localhost", "test", NULL, "test");
    656         if (!dbh) {
    657             exit(EXIT_FAILURE);
    658         }
    659 
    660         if (!detResidImfileAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&class_id, (char **)&recipe)) {
     654        char            uri[256];
     655        char            b1_uri[256];
     656        char            b2_uri[256];
     657
     658        dbh = psDBInit("localhost", "test", NULL, "test");
     659        if (!dbh) {
     660            exit(EXIT_FAILURE);
     661        }
     662
     663        if (!detResidImfileAnalysisPop(dbh, &det_id, &iteration, (char **)&exp_id, (char **)&class_id, (char **)&recipe, (char **)&uri, (char **)&b1_uri, (char **)&b2_uri)) {
    661664            exit(EXIT_FAILURE);
    662665        }
Note: See TracChangeset for help on using the changeset viewer.