IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 4:09:30 PM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmFootprintFind.c

    r18901 r18902  
    44 * @author RHL, Princeton & IfA; EAM, IfA
    55 *
    6  * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-08-05 02:08:44 $
     6 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-08-05 02:09:30 $
    88 * Copyright 2006 Institute for Astronomy, University of Hawaii
    99 */
     
    107107 */
    108108   for (int i = 0; i < numRows; i++) {
     109       int j;
    109110       tmp = idc; idc = idp; idp = tmp;  /* swap ID pointers */
    110111       memset(idc, '\0', numCols*sizeof(int));
    111112
    112113       in_span = 0;                      /* not in a span */
    113        for (int j = 0; j < numCols; j++) {
     114       for (j = 0; j < numCols; j++) {
    114115           double pixVal = floatImg->data.F32[i][j]; // Value of pixel
    115116           if (pixVal < threshold) {
Note: See TracChangeset for help on using the changeset viewer.