Changeset 9107 for trunk/ippdb/tests/popfits.c
- Timestamp:
- Oct 2, 2006, 1:49:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/popfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/popfits.c
r8665 r9107 674 674 } 675 675 676 if (!detProcessedExpPopFits(dbh, fits, 1)) { 677 exit(EXIT_FAILURE); 678 } 679 680 if (!psFitsClose(fits)) { 681 exit(EXIT_FAILURE); 682 } 683 684 psDBCleanup(dbh); 685 } 686 687 { 688 psDB *dbh; 689 psFits *fits; 690 691 dbh = psDBInit("localhost", "test", NULL, "test"); 692 if (!dbh) { 693 exit(EXIT_FAILURE); 694 } 695 696 // allocate a temp 697 fits = psFitsOpen(TMP_FILENAME, "w"); 698 if (!fits) { 699 exit(EXIT_FAILURE); 700 } 701 676 702 if (!detStackedImfilePopFits(dbh, fits, 1)) { 677 703 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
