IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2007, 5:22:48 PM (19 years ago)
Author:
Paul Price
Message:

Adding const to pmConfig parameter, where possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r12810 r12832  
    498498      case PM_FPA_FILE_CMF:
    499499        psTrace ("psModules.camera", 5, "NOT freeing %s (%s) : save for further analysis\n", file->filename, file->name);
    500         return true;
     500        return true;
    501501      case PM_FPA_FILE_PSF:
    502502      case PM_FPA_FILE_JPEG:
    503503      case PM_FPA_FILE_KAPA:
    504504        psTrace ("psModules.camera", 5, "nothing to free for %s (%s)\n", file->filename, file->name);
    505         return true;
     505        return true;
    506506      default:
    507507        psError(PS_ERR_IO, true, "warning: type mismatch; saw type %d", file->type);
     
    719719    psMetadata *phu = psFitsReadHeader (NULL, file->fits);
    720720    if (!file->format) {
    721         // XXX do we need to read the recipe here?  these files are supplemental, and probably
    722         // do not need to re-load the recipes
     721        // XXX do we need to read the recipe here?  these files are supplemental, and probably
     722        // do not need to re-load the recipes
    723723        file->format = pmConfigCameraFormatFromHeader (config, phu, false);
    724724        if (!file->format) {
     
    748748
    749749// XXX this function is only called from pmFPAfileWrite
    750 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config)
     750bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config)
    751751{
    752752    PS_ASSERT_PTR_NON_NULL(file, false);
Note: See TracChangeset for help on using the changeset viewer.