Index: /issm/trunk-jpl/src/m/qmu/dakota_out_parse.m
===================================================================
--- /issm/trunk-jpl/src/m/qmu/dakota_out_parse.m	(revision 14323)
+++ /issm/trunk-jpl/src/m/qmu/dakota_out_parse.m	(revision 14324)
@@ -198,5 +198,5 @@
 %  since normfit doesn't have a dim argument, and matlab isvector is true
 %  for a 1xn matrix, handle the case of one row explicitly
-if (size(data,1) > 1)
+if (min(size(data)) == 1)
     %dmean  =mean   (data);
     %dstddev=std    (data,0);
@@ -224,5 +224,4 @@
 
 %  divide the data into structures for consistency
-
 for i=1:length(desc)
     dresp(i).descriptor=char(desc(i));
