IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 5:36:08 PM (18 years ago)
Author:
Paul Price
Message:

Fix compilation warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080908/psModules/src/imcombine/pmStack.c

    r19479 r19480  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.38.2.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-09-11 03:35:42 $
     10 *  @version $Revision: 1.38.2.5 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-09-11 03:36:08 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    351351          int numClipped = INT_MAX;     // Number of pixels clipped per iteration
    352352          int totalClipped = 0;         // Total number of pixels clipped
    353           float rej2 = PS_SQR(rej);     // Rejection level squared
    354353          for (int i = 0; i < numIter && numClipped > 0 && num - totalClipped > 2; i++) {
    355354              numClipped = 0;
Note: See TracChangeset for help on using the changeset viewer.