IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageStats.c

    r3027 r3115  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-01-17 23:25:10 $
     11 *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-02-03 00:54:11 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    245245            for (x = 0; x < input->numRows; x++) {
    246246                for (y = 0; y < input->numCols; y++) {
    247                     double pixel;
     247                    double pixel = 0.0;
    248248                    if (input->type.type == PS_TYPE_S8) {
    249249                        pixel = (double) input->data.S8[x][y];
Note: See TracChangeset for help on using the changeset viewer.