Changeset 28534 for branches/pap/ippToPsps/src/ippToPspsBatchTest.c
- Timestamp:
- Jun 28, 2010, 8:11:04 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/src/ippToPspsBatchTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
/trunk (added) merged: 28500,28502,28507,28509-28512,28514,28516-28518,28520,28522,28524-28532
- Property svn:mergeinfo changed
-
branches/pap/ippToPsps/src/ippToPspsBatchTest.c
r27809 r28534 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.
