IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 3:35:04 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.73

File:
1 edited

Legend:

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

    r10753 r11045  
    219219        }
    220220
    221         if (!rawDetrendExpSelectRowsFits(dbh, fits, NULL, 1)) {
    222             exit(EXIT_FAILURE);
    223         }
    224 
    225         psFree(fits);
    226         psDBCleanup(dbh);
    227     }
    228 
    229     {
    230         psDB            *dbh;
    231         psFits          *fits;
    232 
    233         dbh = psDBInit("localhost", "test", NULL, "test");
    234         if (!dbh) {
    235             exit(EXIT_FAILURE);
    236         }
    237 
    238         fits = psFitsOpen(TMP_FILENAME, "w");
    239         if (!fits) {
    240             exit(EXIT_FAILURE);
    241         }
    242 
    243         if (!rawScienceExpSelectRowsFits(dbh, fits, NULL, 1)) {
     221        if (!rawExpSelectRowsFits(dbh, fits, NULL, 1)) {
    244222            exit(EXIT_FAILURE);
    245223        }
Note: See TracChangeset for help on using the changeset viewer.