Index: /branches/eam_branches/ipp-20101205/Ohana/src/opihi/cmd.data/subset.c
===================================================================
--- /branches/eam_branches/ipp-20101205/Ohana/src/opihi/cmd.data/subset.c	(revision 30207)
+++ /branches/eam_branches/ipp-20101205/Ohana/src/opihi/cmd.data/subset.c	(revision 30208)
@@ -34,5 +34,5 @@
 
   // ovec matches ivec in type
-  ResetVector (ovec, ivec->type, MAX (tvec[0].Nelements, 1));
+  ResetVector (ovec, ivec->type, tvec[0].Nelements);
 
   // we have four cases: (ivec == flt or int) and (tvec == flt or int)
@@ -75,5 +75,5 @@
 
   // free up unused memory
-  ResetVector (ovec, ivec->type, MAX (Npts, 1));
+  ResetVector (ovec, ivec->type, Npts);
 
   DeleteVector (tvec);
