IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Adding const in various places.

File:
1 edited

Legend:

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

    r15562 r15697  
    2121 * @author EAM, IfA
    2222 *
    23  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    24  * @date $Date: 2007-11-10 01:09:20 $
     23 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     24 * @date $Date: 2007-11-27 03:14:57 $
    2525 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    2626 */
     
    7171
    7272// This function returns the internal model type code for the user-space model names.
    73 pmModelType pmModelClassGetType (char *name);
     73pmModelType pmModelClassGetType (const char *name);
    7474
    7575/// @}
Note: See TracChangeset for help on using the changeset viewer.