IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2012, 6:57:16 AM (14 years ago)
Author:
eugene
Message:

fix build-time warnings

File:
1 edited

Legend:

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

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