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

    r36198 r36355  
    7272
    7373void psphotRadialProfileShowSkips () {
    74  
     74# if (PS_TRACE_ON)
    7575  fprintf (stderr, "radial profile skipped @ 1  : %d\n", Nskip1);
    7676  fprintf (stderr, "radial profile skipped @ 2  : %d\n", Nskip2);
     
    7878  fprintf (stderr, "radial profile skipped @ 4  : %d\n", Nskip4);
    7979  fprintf (stderr, "radial profile skipped @ 5  : %d\n", Nskip5);
     80#endif
    8081}
Note: See TracChangeset for help on using the changeset viewer.