Changeset 9149 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Oct 3, 2006, 12:09:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r9107 r9149 659 659 } 660 660 661 if (!detNormalizedExpSelectRowsFits(dbh, fits, NULL, 1)) { 662 exit(EXIT_FAILURE); 663 } 664 665 psFree(fits); 666 psDBCleanup(dbh); 667 } 668 669 { 670 psDB *dbh; 671 psFits *fits; 672 673 dbh = psDBInit("localhost", "test", NULL, "test"); 674 if (!dbh) { 675 exit(EXIT_FAILURE); 676 } 677 678 fits = psFitsOpen(TMP_FILENAME, "w"); 679 if (!fits) { 680 exit(EXIT_FAILURE); 681 } 682 661 683 if (!detMasterFrameSelectRowsFits(dbh, fits, NULL, 1)) { 662 684 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
