Index: /trunk/psLib/src/types/psArguments.c
===================================================================
--- /trunk/psLib/src/types/psArguments.c	(revision 10669)
+++ /trunk/psLib/src/types/psArguments.c	(revision 10670)
@@ -7,6 +7,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-18 02:14:18 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-12-13 01:44:44 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -141,7 +141,9 @@
         ARG_READ_CASE(U16,atoi);
         ARG_READ_CASE(U32,atoi);
+        ARG_READ_CASE(U64,atoi);
         ARG_READ_CASE(S8,atoi);
         ARG_READ_CASE(S16,atoi);
         ARG_READ_CASE(S32,atoi);
+        ARG_READ_CASE(S64,atoi);
         ARG_READ_CASE(F32,atof);
         ARG_READ_CASE(F64,atof);
