IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2012, 6:52:56 AM (14 years ago)
Author:
eugene
Message:

changes to satisfy more pedantic gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psLib/src/imageops/psImageInterpolate.c

    r34045 r34052  
    997997    INTERPOLATE_SETUP(x, y);
    998998    xExact = yExact = false;
     999    if (xExact && yExact) { /* possible alternative */ }
    9991000
    10001001    psF32 xKernel[size], yKernel[size]; // Interpolation kernels
     
    10461047    INTERPOLATE_SETUP(x, y);
    10471048    xExact = yExact = false;
     1049    if (xExact && yExact) { /* possible alternative */ }
    10481050
    10491051    psF32 xKernel[size], yKernel[size]; // Interpolation kernels
Note: See TracChangeset for help on using the changeset viewer.