IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15673


Ignore:
Timestamp:
Nov 20, 2007, 11:56:14 PM (18 years ago)
Author:
eugene
Message:

fix missing backslash

File:
1 edited

Legend:

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

    r15664 r15673  
    7777        for (int i = 0; i < inImage->numCols; i++) { \
    7878            ps##TYPE flatValue = flatImage->data.TYPE[j + yOffset][i + xOffset]; \
    79             if (!isfinite(flatValue) || flatValue <= 0.0 ||
     79            if (!isfinite(flatValue) || flatValue <= 0.0 || \
    8080                (flatMask && flatMask->data.U8[j + yOffset][i + xOffset])) { \
    8181                if (inMask) { \
Note: See TracChangeset for help on using the changeset viewer.