IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10670


Ignore:
Timestamp:
Dec 12, 2006, 3:44:44 PM (19 years ago)
Author:
jhoblitt
Message:

add u64 & s64 support to argumentRead()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psArguments.c

    r10065 r10670  
    77 *  @author David Robbins, MHPCC
    88 *
    9  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-11-18 02:14:18 $
     9 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-12-13 01:44:44 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    141141        ARG_READ_CASE(U16,atoi);
    142142        ARG_READ_CASE(U32,atoi);
     143        ARG_READ_CASE(U64,atoi);
    143144        ARG_READ_CASE(S8,atoi);
    144145        ARG_READ_CASE(S16,atoi);
    145146        ARG_READ_CASE(S32,atoi);
     147        ARG_READ_CASE(S64,atoi);
    146148        ARG_READ_CASE(F32,atof);
    147149        ARG_READ_CASE(F64,atof);
Note: See TracChangeset for help on using the changeset viewer.