IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 6:12:21 PM (21 years ago)
Author:
jhoblitt
Message:

add [foo]PopFits() tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/popfits_c.tt

    r4192 r4249  
    77    psDB            *dbh;
    88    psFits          *fits;
    9     bool            status;
    109
    1110    dbh = psDBInit("localhost", "test", NULL, "test");
     
    2019    }
    2120
    22     status = [% namespace %]PopFits(dbh, fits, 1);
    23     if (!status) {
     21    if (![% namespace %]PopFits(dbh, fits, 1)) {
    2422        exit(EXIT_FAILURE);
    2523    }
Note: See TracChangeset for help on using the changeset viewer.