IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2005, 9:39:53 AM (21 years ago)
Author:
desonia
Message:

corrected missing const in prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStats.c

    r3476 r3493  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-03-22 21:52:49 $
     11 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-03-24 19:39:53 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4242 *****************************************************************************/
    4343psStats* psImageStats(psStats* stats,
    44                       psImage* in,
    45                       psImage* mask,
     44                      const psImage* in,
     45                      const psImage* mask,
    4646                      psS32 maskVal)
    4747{
     
    117117 *****************************************************************************/
    118118psHistogram* psImageHistogram(psHistogram* out,
    119                               psImage* in,
    120                               psImage* mask,
     119                              const psImage* in,
     120                              const psImage* mask,
    121121                              psU32 maskVal)
    122122{
Note: See TracChangeset for help on using the changeset viewer.