Changeset 16731 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Feb 28, 2008, 3:04:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r16587 r16731 395 395 } 396 396 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 419 397 if (!warpSkyCellMapSelectRowsFits(dbh, fits, NULL, 1)) { 420 398 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
