IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2006, 1:37:31 AM (19 years ago)
Author:
magnier
Message:

changed psVectorStats return value to bool

File:
1 edited

Legend:

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

    r9730 r10548  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-10-24 22:52:55 $
     11 *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-12-08 11:37:31 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    108108    }
    109109
    110     stats = psVectorStats(stats, junkData, NULL, junkMask, maskVal);
     110    psVectorStats(stats, junkData, NULL, junkMask, maskVal);
    111111
    112112    psFree(junkMask);
     
    588588        return -1;
    589589    }/* else if (col0 == col1 && row0 == row1) {
    590                                                     psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    591                                                             "Invalid psRegion specified.  Region contains only 1 pixel.\n");
    592                                                     return -1;
    593                                                 }
    594                                             */
     590                                                        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     591                                                                "Invalid psRegion specified.  Region contains only 1 pixel.\n");
     592                                                        return -1;
     593                                                    }
     594                                                */
    595595    x0 = col0;
    596596    x1 = col1;
Note: See TracChangeset for help on using the changeset viewer.