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/psphotSourceStats.c

    r5802 r5986  
    6161     
    6262    psLogMsg ("psphot", 3, "%d moments: %f sec\n", sources->n, psTimerMark ("psphot"));
     63
     64    char *breakPt = psMetadataLookupPtr (&status, config, "BREAK_POINT");
     65    if (!strcasecmp (breakPt, "STATS")) exit (0);
     66
    6367    return (sources);
    6468}
Note: See TracChangeset for help on using the changeset viewer.