IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2013, 1:31:55 PM (13 years ago)
Author:
bills
Message:

if trace is off make psphot less chatty by ifdefing out some fprintfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceAnalysis.c

    r36351 r36355  
    179179    psLogMsg ("psphot", PS_LOG_INFO, "  %d annuli\n", Nannuli);
    180180
     181# if (PS_TRACE_ON)
    181182    fprintf (stderr, "ext analysis skipped @ 1  : %d\n", Nskip1);
    182183    fprintf (stderr, "ext analysis skipped @ 2  : %d\n", Nskip2);
     
    185186    fprintf (stderr, "ext analysis skipped @ 5  : %d\n", Nskip5);
    186187    fprintf (stderr, "ext analysis skipped @ 6  : %d\n", Nskip6);
     188#endif
    187189
    188190    psphotRadialProfileShowSkips ();
Note: See TracChangeset for help on using the changeset viewer.