IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2008, 10:15:51 AM (18 years ago)
Author:
eugene
Message:

updates to magictool and pstamp

File:
1 edited

Legend:

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

    r18044 r18595  
    10771077        }
    10781078
    1079         if (!magicSkyfileMaskSelectRowsFits(dbh, fits, NULL, 1)) {
    1080             exit(EXIT_FAILURE);
    1081         }
    1082 
    1083         psFree(fits);
    1084         psDBCleanup(dbh);
    1085     }
    1086 
    1087     {
    1088         psDB            *dbh;
    1089         psFits          *fits;
    1090 
    1091         dbh = psDBInit("localhost", "test", NULL, "test");
    1092         if (!dbh) {
    1093             exit(EXIT_FAILURE);
    1094         }
    1095 
    1096         fits = psFitsOpen(TMP_FILENAME, "w");
    1097         if (!fits) {
    1098             exit(EXIT_FAILURE);
    1099         }
    1100 
    11011079        if (!calDBSelectRowsFits(dbh, fits, NULL, 1)) {
    11021080            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.