Skip to content
Snippets Groups Projects
Commit 51fc443e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug.

parent f258ffbf
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ switch S(1).type ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment