IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 3:09:57 PM (21 years ago)
Author:
Paul Price
Message:

Adding const qualifiers where missing in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/dataManip/psUnaryOp.c

    r3887 r3966  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2005-05-12 00:54:49 $
     32 *  @version $Revision: 1.2.2.1 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2005-05-19 01:09:56 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    304304}
    305305
    306 psPtr psUnaryOp(psPtr out, psPtr in, char *op)
     306psPtr psUnaryOp(psPtr out, const psPtr in, const char *op)
    307307{
    308308    #define psUnaryOp_EXIT { \
Note: See TracChangeset for help on using the changeset viewer.