IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9982


Ignore:
Timestamp:
Nov 14, 2006, 2:36:14 PM (19 years ago)
Author:
Paul Price
Message:

Fixing bug in psVectorHistogram when input is not of type F32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r9730 r9982  
    1616 * use ->min and ->max (PS_STAT_USE_RANGE)
    1717 *
    18  *  @version $Revision: 1.188 $ $Name: not supported by cvs2svn $
    19  *  @date $Date: 2006-10-24 22:52:56 $
     18 *  @version $Revision: 1.189 $ $Name: not supported by cvs2svn $
     19 *  @date $Date: 2006-11-15 00:36:14 $
    2020 *
    2121 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    18421842        inF32 = psMemIncrRefCounter((psPtr)values);
    18431843    } else {
    1844         values = psVectorCopy(NULL, values, PS_TYPE_F32);
     1844        inF32 = psVectorCopy(NULL, values, PS_TYPE_F32);
    18451845    }
    18461846    psVector* errorsF32 = NULL;         // F32 version of errors vector
Note: See TracChangeset for help on using the changeset viewer.