Index: /trunk/Ohana/src/opihi/cmd.data/read_vectors.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.data/read_vectors.c	(revision 40518)
+++ /trunk/Ohana/src/opihi/cmd.data/read_vectors.c	(revision 40519)
@@ -645,5 +645,5 @@
     
     vecType = OPIHI_INT;
-    if (!strcmp (type, "double") || !strcmp (type, "float") || !strcmp (type, "int64_t")) {
+    if (!strcmp (type, "double") || !strcmp (type, "float")) {
       vecType = OPIHI_FLT;
     }
