Index: /issm/trunk-jpl/test/NightlyRun/test462.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test462.m	(revision 21954)
+++ /issm/trunk-jpl/test/NightlyRun/test462.m	(revision 21955)
@@ -25,5 +25,8 @@
 md.amr.deviatoricerror_resolution=1000;
 md.amr.deviatoricerror_threshold=0;
-md.transient.amr_frequency = 1;
+md.transient.amr_frequency=1;
+md.timestepping.start_time=0;
+md.timestepping.final_time=3;
+md.timestepping.time_step=1;
 md=solve(md,'Transient');
 
@@ -32,7 +35,7 @@
 field_tolerances={1e-13,1e-13,1e-13,1e-13};
 field_values={...
-	(md.results.TransientSolution(end).Vx),...
-	(md.results.TransientSolution(end).Vy),...
-	(md.results.TransientSolution(end).Vel),...
-	(md.results.TransientSolution(end).Pressure),...
+	(md.results.TransientSolution(3).Vx),...
+	(md.results.TransientSolution(3).Vy),...
+	(md.results.TransientSolution(3).Vel),...
+	(md.results.TransientSolution(3).Pressure),...
 	};
Index: /issm/trunk-jpl/test/NightlyRun/test463.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test463.m	(revision 21954)
+++ /issm/trunk-jpl/test/NightlyRun/test463.m	(revision 21955)
@@ -26,4 +26,7 @@
 md.amr.deviatoricerror_threshold=0;
 md.transient.amr_frequency = 1;
+md.timestepping.start_time=0;
+md.timestepping.final_time=3;
+md.timestepping.time_step=1;
 md=solve(md,'Transient');
 
@@ -32,7 +35,7 @@
 field_tolerances={1e-13,1e-13,1e-13,1e-13};
 field_values={...
-	(md.results.TransientSolution(end).Vx),...
-	(md.results.TransientSolution(end).Vy),...
-	(md.results.TransientSolution(end).Vel),...
-	(md.results.TransientSolution(end).Pressure),...
+	(md.results.TransientSolution(3).Vx),...
+	(md.results.TransientSolution(3).Vy),...
+	(md.results.TransientSolution(3).Vel),...
+	(md.results.TransientSolution(3).Pressure),...
 	};
Index: /issm/trunk-jpl/test/NightlyRun/test464.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test464.m	(revision 21954)
+++ /issm/trunk-jpl/test/NightlyRun/test464.m	(revision 21955)
@@ -26,4 +26,7 @@
 md.amr.deviatoricerror_threshold=0;
 md.transient.amr_frequency = 1;
+md.timestepping.start_time=0;
+md.timestepping.final_time=3;
+md.timestepping.time_step=1;
 md=solve(md,'Transient');
 
@@ -32,7 +35,7 @@
 field_tolerances={1e-13,1e-13,1e-13,1e-13};
 field_values={...
-	(md.results.TransientSolution(end).Vx),...
-	(md.results.TransientSolution(end).Vy),...
-	(md.results.TransientSolution(end).Vel),...
-	(md.results.TransientSolution(end).Pressure),...
+	(md.results.TransientSolution(3).Vx),...
+	(md.results.TransientSolution(3).Vy),...
+	(md.results.TransientSolution(3).Vel),...
+	(md.results.TransientSolution(3).Pressure),...
 	};
Index: /issm/trunk-jpl/test/NightlyRun/test465.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test465.m	(revision 21954)
+++ /issm/trunk-jpl/test/NightlyRun/test465.m	(revision 21955)
@@ -26,4 +26,7 @@
 md.amr.deviatoricerror_threshold=0;
 md.transient.amr_frequency = 1;
+md.timestepping.start_time=0;
+md.timestepping.final_time=3;
+md.timestepping.time_step=1;
 md=solve(md,'Transient');
 
@@ -32,7 +35,7 @@
 field_tolerances={1e-13,1e-13,1e-13,1e-13};
 field_values={...
-	(md.results.TransientSolution(end).Vx),...
-	(md.results.TransientSolution(end).Vy),...
-	(md.results.TransientSolution(end).Vel),...
-	(md.results.TransientSolution(end).Pressure),...
+	(md.results.TransientSolution(3).Vx),...
+	(md.results.TransientSolution(3).Vy),...
+	(md.results.TransientSolution(3).Vel),...
+	(md.results.TransientSolution(3).Pressure),...
 	};
