IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17027


Ignore:
Timestamp:
Mar 17, 2008, 2:10:05 PM (18 years ago)
Author:
bills
Message:

expand comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDark.c

    r17026 r17027  
    177177        for (int i = 0; i < numInputs; i++) {
    178178            psVector *val = values->data[i];
    179             (void) val; // avoid unused variable message
     179            (void) val; // avoid unused variable message when tracing is compiled out
    180180            for (int j = 0; j < numOrdinates; j++) {
    181181                psTrace("psModules.detrend", 9, "Image %d, ordinate %d: %f\n", i, j, val->data.F32[j]);
Note: See TracChangeset for help on using the changeset viewer.