IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2004, 10:41:29 AM (22 years ago)
Author:
gusciora
Message:

Added errors arguments to the VectorStats functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmSubtractSky.c

    r2760 r2777  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-20 21:38:46 $
     8 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-12-21 20:41:29 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    107107                }
    108108            }
    109             myStats = psVectorStats(myStats, binVector, binMask, 1);
     109            myStats = psVectorStats(myStats, binVector, NULL, binMask, 1);
    110110            psF64 statValue;
    111111            psBool rc = p_psGetStatValue(myStats, &statValue);
Note: See TracChangeset for help on using the changeset viewer.