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

Location:
branches/eam_branches/ipp-20120601/psLib/src/imageops
Files:
2 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
  • branches/eam_branches/ipp-20120601/psLib/src/imageops/psImageStructManip.c

    r21347 r34052  
    212212    elementSize = PSELEMTYPE_SIZEOF(inDatatype);
    213213
     214    if (0) { fprintf (stderr, "%d elements, %d total memory\n", elements, elements * elementsSize); }
     215
    214216    output = p_psImageRecycle(file, lineno, func, output, numCols, numRows, type);
    215217    P_PSIMAGE_SET_COL0(output, input->col0);
Note: See TracChangeset for help on using the changeset viewer.