IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2007, 5:01:24 PM (19 years ago)
Author:
Paul Price
Message:

Fixing bug 843 by modifying functions that (unnecessarily) returned an input to return a bool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psHistogram.h

    r11248 r11759  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-01-23 22:47:23 $
     9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-02-13 03:01:24 $
    1111 *
    1212 * Copyright 2004-2005 IfA, University of Hawaii
     
    8181 *  vector may be of types psU8, psU16, psF32, psF64.
    8282 *
    83  *  @return psHistogram*   histogram result
     83 *  @return bool   Successful operation?
    8484 */
    85 psHistogram* psVectorHistogram(
     85bool psVectorHistogram(
    8686    psHistogram* out,                  ///< Histogram data
    8787    const psVector* values,            ///< Vector to analyse
Note: See TracChangeset for help on using the changeset viewer.