IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2006, 5:30:04 PM (20 years ago)
Author:
Paul Price
Message:

Only execute if tracing is enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUUtils.c

    r7717 r7867  
    9494    PS_ASSERT_PTR_NON_NULL(hdu,);
    9595
     96    #ifndef PS_NO_TRACE
     97
    9698    if (hdu->blankPHU) {
    9799        psTrace(__func__, level, "HDU: (PHU)\n");
     
    130132    }
    131133
    132 
    133134    if (hdu->weights) {
    134135        psTrace(__func__, level + 1, "Weights:\n");
     
    140141        psTrace(__func__, level + 1, "NO weights.\n");
    141142    }
    142 
     143    #endif
    143144
    144145    return;
Note: See TracChangeset for help on using the changeset viewer.