IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7885


Ignore:
Timestamp:
Jul 12, 2006, 3:29:37 PM (20 years ago)
Author:
drobbin
Message:

removed 'const' from getTForm return. Not needed and causing the following (make) error:
psFitsTable.c:429: warning: type qualifiers ignored on function return type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsTable.c

    r7846 r7885  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-07-08 03:06:40 $
     9 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-07-13 01:29:37 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    426426
    427427// Get the TFORM character, given a PS type
    428 static inline const char getTForm(psDataType type)
     428static inline char getTForm(psDataType type)
    429429{
    430430    switch (type) {
Note: See TracChangeset for help on using the changeset viewer.