Index: /issm/trunk-jpl/src/m/contrib/hack/resultstomatrix.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/hack/resultstomatrix.m	(revision 19077)
+++ /issm/trunk-jpl/src/m/contrib/hack/resultstomatrix.m	(revision 19078)
@@ -49,4 +49,5 @@
 	newtime=getfieldvalue(options,'time',[]);
 	newmatrix=zeros(nods+1,length(newtime));
+	newmatrix(end,:)=newtime;
 	if ~isempty(newtime),
 		%we are asked to reinterpolate to this new time: 
@@ -58,5 +59,4 @@
 			warning on;
 			newmatrix(i,:)=ts.Data;
-			newmatrix(end,:)=ts.Time;
 		end
 
