Fixed bug.

time-shift
Stéphane Adjemian (Charybdis) 2013-06-24 15:33:05 +02:00
parent f258ffbfbc
commit 51fc443e39
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ switch S(1).type
save(A,S(2).subs{:}); save(A,S(2).subs{:});
S = shiftS(S); S = shiftS(S);
else else
save(A); save(A,inputname(1));
end end
case {'size'} case {'size'}
if length(S)==2 && strcmp(S(2).type,'()') && ~isempty(S(2).subs) if length(S)==2 && strcmp(S(2).type,'()') && ~isempty(S(2).subs)