Changeset 11045 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Jan 11, 2007, 3:35:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r10753 r11045 219 219 } 220 220 221 if (!rawDetrendExpSelectRowsFits(dbh, fits, NULL, 1)) { 222 exit(EXIT_FAILURE); 223 } 224 225 psFree(fits); 226 psDBCleanup(dbh); 227 } 228 229 { 230 psDB *dbh; 231 psFits *fits; 232 233 dbh = psDBInit("localhost", "test", NULL, "test"); 234 if (!dbh) { 235 exit(EXIT_FAILURE); 236 } 237 238 fits = psFitsOpen(TMP_FILENAME, "w"); 239 if (!fits) { 240 exit(EXIT_FAILURE); 241 } 242 243 if (!rawScienceExpSelectRowsFits(dbh, fits, NULL, 1)) { 221 if (!rawExpSelectRowsFits(dbh, fits, NULL, 1)) { 244 222 exit(EXIT_FAILURE); 245 223 }
Note:
See TracChangeset
for help on using the changeset viewer.
