IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2022, 11:02:54 AM (4 years ago)
Author:
eugene
Message:

fix typo, plug leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/psphot/src/psphotBlendFit.c

    r42015 r42021  
    7979
    8080    fitOptions->nIter         = psMetadataLookupS32(&status, recipe, "EXT_FIT_ITER"); // Max number of fit iterations
    81     assert (status && fitIter > 0);
     81    assert (status && fitOptions->nIter > 0);
    8282
    8383    fitOptions->minTol = psMetadataLookupF32 (&status, recipe, "EXT_FIT_MIN_TOL"); // Fit tolerance
Note: See TracChangeset for help on using the changeset viewer.