IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17026


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

avoid compile error when tracing is compiled out

File:
1 edited

Legend:

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

    r16949 r17026  
    177177        for (int i = 0; i < numInputs; i++) {
    178178            psVector *val = values->data[i];
     179            (void) val; // avoid unused variable message
    179180            for (int j = 0; j < numOrdinates; j++) {
    180181                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.