IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2013, 6:15:48 AM (13 years ago)
Author:
eugene
Message:

fix typo in pmPSF.c; fix segv in trace in pmPSFtryMakePSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509/psModules/src/objects/pmPSFtryMakePSF.c

    r35646 r35653  
    165165
    166166            for (int i = 0; i < psf->params->n; i++) {
    167                 if (psf->params->data[i] == NULL) {
    168                     psFree(modelPSF);
    169                     continue;
    170                 }
     167                if (psf->params->data[i] == NULL) continue;
    171168                fprintf (f, "%f %f : ", source->modelEXT->params->data.F32[i], modelPSF->params->data.F32[i]);
    172169            }
Note: See TracChangeset for help on using the changeset viewer.