Added missing semicolon.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-17 11:36:03 +02:00
parent a8a9ec1957
commit bf733d50c4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ switch S(1).type
if length(S(2).subs{1})>1
error(['dynSeries::subsref: ' S(1).subs{1} ' method admits no more than one argument!'])
end
B = feval(S(1).subs,A,S(2).subs{1})
B = feval(S(1).subs,A,S(2).subs{1});
S = shiftS(S);
end
else