IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12682


Ignore:
Timestamp:
Mar 29, 2007, 12:28:05 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compile problems.

File:
1 edited

Legend:

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

    r12681 r12682  
    782782        psFree(options);
    783783        psFree(fpa);
    784         retrun false;
     784        return false;
    785785    }
    786786    psMetadata *detConstraints = psMetadataLookupPtr (&status, recipe, "DETREND.CONSTRAINTS");
     
    853853
    854854DETREND_SELECT:
    855 
    856     // search for existing detrend data (detID)
    857     pmDetrendSelectResults *results = pmDetrendSelect (options, config);
    858     if (!results) {
    859         psError (PS_ERR_IO, false, "no matching detrend data");
    860         return NULL;
    861     }
    862     file->detrend = results;
     855    {
     856        // search for existing detrend data (detID)
     857        pmDetrendSelectResults *results = pmDetrendSelect (options, config);
     858        if (!results) {
     859            psError (PS_ERR_IO, false, "no matching detrend data");
     860            return NULL;
     861        }
     862        file->detrend = results;
     863    }
    863864
    864865    psFree (options);
Note: See TracChangeset for help on using the changeset viewer.