IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2008, 3:04:07 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.31

File:
1 edited

Legend:

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

    r16587 r16731  
    395395        }
    396396
    397         if (!warpInputExpSelectRowsFits(dbh, fits, NULL, 1)) {
    398             exit(EXIT_FAILURE);
    399         }
    400 
    401         psFree(fits);
    402         psDBCleanup(dbh);
    403     }
    404 
    405     {
    406         psDB            *dbh;
    407         psFits          *fits;
    408 
    409         dbh = psDBInit("localhost", "test", NULL, "test");
    410         if (!dbh) {
    411             exit(EXIT_FAILURE);
    412         }
    413 
    414         fits = psFitsOpen(TMP_FILENAME, "w");
    415         if (!fits) {
    416             exit(EXIT_FAILURE);
    417         }
    418 
    419397        if (!warpSkyCellMapSelectRowsFits(dbh, fits, NULL, 1)) {
    420398            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.