changeset 604:082c7bf3192e feature/grids

Remove unused output
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 04 Oct 2017 13:41:58 +0200
parents d196b7cdc626
children c14875cf7ae6 5a7f7f206594
files +noname/animate.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
diff -r d196b7cdc626 -r 082c7bf3192e +noname/animate.m
--- a/+noname/animate.m	Thu Sep 28 11:17:15 2017 +0200
+++ b/+noname/animate.m	Wed Oct 04 13:41:58 2017 +0200
@@ -1,10 +1,10 @@
-% hand = noname.animate(discretization, time_modifier, Tend, dirname, opt)
+% noname.animate(discretization, time_modifier, Tend, dirname, opt)
 %
 % Example:
 %      noname.animate(discr,timemodifier,tend)
 %      noname.animate(discr,1, [tstart tend],'my_mov', opt)
 
-function hand = animate(discretization, time_modifier, Tend, dirname, opt)
+function animate(discretization, time_modifier, Tend, dirname, opt)
     default_arg('time_modifier', 1);
     default_arg('Tend', Inf);
     default_arg('dirname', '');