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/psImageGeomManip.c

    r9927 r10548  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-09 20:20:27 $
     12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-12-08 11:37:31 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    134134                vec->n = n; \
    135135                maskVec->n = n; \
    136                 myStats = psVectorStats(myStats, vec, NULL, maskVec, maskVal); \
     136                psVectorStats(myStats, vec, NULL, maskVec, maskVal); \
    137137                outRowData[col] = (ps##TYPE)psStatsGetValue(myStats, statistic); \
    138138            } \
Note: See TracChangeset for help on using the changeset viewer.