Changeset 10670
- Timestamp:
- Dec 12, 2006, 3:44:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psArguments.c
r10065 r10670 7 7 * @author David Robbins, MHPCC 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-1 1-18 02:14:18$9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-13 01:44:44 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 141 141 ARG_READ_CASE(U16,atoi); 142 142 ARG_READ_CASE(U32,atoi); 143 ARG_READ_CASE(U64,atoi); 143 144 ARG_READ_CASE(S8,atoi); 144 145 ARG_READ_CASE(S16,atoi); 145 146 ARG_READ_CASE(S32,atoi); 147 ARG_READ_CASE(S64,atoi); 146 148 ARG_READ_CASE(F32,atof); 147 149 ARG_READ_CASE(F64,atof);
Note:
See TracChangeset
for help on using the changeset viewer.
