IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2010, 8:11:04 PM (16 years ago)
Author:
Paul Price
Message:

Merging trunk in preparation for merging branch to trunk.

Location:
branches/pap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap

  • branches/pap/ippToPsps/src/ippToPspsBatchTest.c

    r27809 r28534  
    331331    if (fits_close_file(fitsIn, &status)) fits_report_error(stderr, status);
    332332
    333     // write results
    334     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 
    342333    psLogMsg("ippToPsps", PS_LOG_INFO, "Data written for a total of %d chips/OTAs", nOta);
    343334
Note: See TracChangeset for help on using the changeset viewer.