IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 9:14:15 AM (22 years ago)
Author:
desonia
Message:

adjusted for the addition of the error parameter on psVectorStats.

File:
1 edited

Legend:

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

    r2273 r2807  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-11-04 01:05:00 $
     12 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-12-23 19:14:15 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    487487                } \
    488488                vec->n = n; \
    489                 myStats = psVectorStats(myStats,vec,maskVec,maskVal); \
     489                myStats = psVectorStats(myStats,vec,NULL,maskVec,maskVal); \
    490490                p_psGetStatValue(myStats,&statVal); \
    491491                outRowData[col] = (ps##type)statVal; \
Note: See TracChangeset for help on using the changeset viewer.