IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2007, 5:14:57 PM (18 years ago)
Author:
Paul Price
Message:

Adding const in various places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmModelClass.c

    r15562 r15697  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-11-10 01:09:20 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-27 03:14:57 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    138138}
    139139
    140 psS32 pmModelClassGetType (char *name)
     140psS32 pmModelClassGetType (const char *name)
    141141{
    142142    if (models == NULL) {
Note: See TracChangeset for help on using the changeset viewer.