Mercurial > hg > ishara
diff general/algo/optpause.m @ 13:03694e5c8365
Reorganised some high order list functions to correct class-based method dispatch; fixed some docs.
author | samer |
---|---|
date | Wed, 16 Jan 2013 12:12:34 +0000 |
parents | e44f49929e56 |
children |
line wrap: on
line diff
--- a/general/algo/optpause.m Mon Jan 14 22:21:11 2013 +0000 +++ b/general/algo/optpause.m Wed Jan 16 12:12:34 2013 +0000 @@ -2,8 +2,8 @@ % optpause - Optionally pause and/or update graphics % % optpause :: struct { -% pause :: natural/0 ~'0-nopause, 1-pause, N-timed pause in ms'; -% drawnow :: bool/0 ~'flush graphics before pausing' +% pause :: nonneg/0 ~'0-nopause, 1-pause, N-timed pause in ms'; +% drawnow :: bool/0 ~'flush graphics if not pausing' % } => void. ps=getparam(opt,'pause',0);