IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2006, 9:03:34 PM (21 years ago)
Author:
eugene
Message:

file cleanups, function renames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBasicDeblend.c

    r5828 r5986  
    132132    }
    133133    psLogMsg ("psphot.deblend", 3, "identified %d blended objects (%f sec)\n", Nblend, psTimerMark ("psphot"));
     134
     135    char *breakPt = psMetadataLookupPtr (&status, config, "BREAK_POINT");
     136    if (!strcasecmp (breakPt, "DEBLEND")) exit (0);
     137
    134138    return true;
    135139}
Note: See TracChangeset for help on using the changeset viewer.