Changeset 28531 for trunk/ippToPsps/src/ippToPspsBatchTest.c
- Timestamp:
- Jun 28, 2010, 4:30:37 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchTest.c
r27809 r28531 331 331 if (fits_close_file(fitsIn, &status)) fits_report_error(stderr, status); 332 332 333 // write results334 if (this->resultsFile) {335 336 if (fprintf(this->resultsFile, "%ld\n", minObjID) < 1 )337 psError(PS_ERR_IO, false, "Unable to write min Object ID to'%s'\n", this->resultsPath);338 if (fprintf(this->resultsFile, "%ld\n", maxObjID) < 1 )339 psError(PS_ERR_IO, false, "Unable to write max Object ID to'%s'\n", this->resultsPath);340 }341 342 333 psLogMsg("ippToPsps", PS_LOG_INFO, "Data written for a total of %d chips/OTAs", nOta); 343 334
Note:
See TracChangeset
for help on using the changeset viewer.
