diff +time/Timestepper.m @ 717:8e4274ee6dd8 feature/utux2D

Merge with feature/poroelastic
author Martin Almquist <malmquist@stanford.edu>
date Sat, 03 Mar 2018 14:58:21 -0800
parents 64a9a8a27858
children 8894e9c49e40
line wrap: on
line diff
--- a/+time/Timestepper.m	Mon Oct 16 21:56:12 2017 -0700
+++ b/+time/Timestepper.m	Sat Mar 03 14:58:21 2018 -0800
@@ -62,6 +62,7 @@
 
 
         function [v, t] = stepTo(obj, n, progress_bar)
+            assertScalar(n);
             default_arg('progress_bar',false);
 
             [v, t] = obj.stepN(n-obj.n, progress_bar);