IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2007, 9:46:28 AM (19 years ago)
Author:
Paul Price
Message:

Adding const, errors for string/enum conversions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r11668 r12735  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-02-06 21:36:09 $
     10 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-04-04 19:46:28 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    119119 */
    120120typedef enum {
     121    PS_PROJ_NONE,                      ///< No projection
    121122    PS_PROJ_LIN,                       ///< Linear projection
    122123    PS_PROJ_PLY,                       ///< Linear polynomial projection
     
    442443);
    443444
    444 char * psProjectTypeToString (psProjectionType type, char *prefix);
    445 psProjectionType psProjectTypeFromString (char *name);
     445psString psProjectTypeToString(psProjectionType type, const char *prefix);
     446psProjectionType psProjectTypeFromString(const char *name);
    446447
    447448
Note: See TracChangeset for help on using the changeset viewer.