Mercurial > hg > octave-max
diff scripts/plot/refreshdata.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 5ec6aa05638d |
line wrap: on
line diff
--- a/scripts/plot/refreshdata.m +++ b/scripts/plot/refreshdata.m @@ -65,7 +65,7 @@ if (nargin < 2) workspace = "base"; else - if ( !ischar (workspace) + if ( !ischar (workspace) || !(strcmpi (workspace, "base") || strcmpi (workspace, "caller"))) error ("refreshdata: expecting WORKSPACE to be \"base\" or ""caller\"");