* matlab/@dynSeries/subsref.m: removed spurious code introduced in

previous commit
time-shift
Michel Juillard 2013-01-13 09:14:57 +01:00
parent 4f7606f5a1
commit e6541dabcc
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ if length(S)==1 && isequal(S.type,'.')
end
if length(S)==1 && isequal(S.type,'()')
if isa(S.subs{1},'dynTime')
if ischar(S.subs{1})
us = dynSeries(S.subs{1});
else