Changeset 18595 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Jul 17, 2008, 10:15:51 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r18044 r18595 1077 1077 } 1078 1078 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 1101 1079 if (!calDBSelectRowsFits(dbh, fits, NULL, 1)) { 1102 1080 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
