Mercurial > repos > public > sbplib
changeset 600:0da1c913a611 feature/grids
Add missing pause command in noname.Animate
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Tue, 26 Sep 2017 15:38:57 +0200 |
| parents | 489bea7fc33f |
| children | 5df7f99206b2 |
| files | +noname/animate.m |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 489bea7fc33f -r 0da1c913a611 +noname/animate.m --- a/+noname/animate.m Tue Sep 26 15:38:25 2017 +0200 +++ b/+noname/animate.m Tue Sep 26 15:38:57 2017 +0200 @@ -87,6 +87,7 @@ pause anim.animate(@G, Tstart, Tend, time_modifier); else + pause while true ts.step(); sol = discretization.getTimeSnapshot(ts);
