Skip to content
Snippets Groups Projects
Commit e6541dab authored by MichelJuillard's avatar MichelJuillard
Browse files

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

  previous commit
parent 4f7606f5
Branches
Tags
No related merge requests found
...@@ -92,8 +92,6 @@ if length(S)==1 && isequal(S.type,'.') ...@@ -92,8 +92,6 @@ if length(S)==1 && isequal(S.type,'.')
end end
if length(S)==1 && isequal(S.type,'()') if length(S)==1 && isequal(S.type,'()')
if isa(S.subs{1},'dynTime')
if ischar(S.subs{1}) if ischar(S.subs{1})
us = dynSeries(S.subs{1}); us = dynSeries(S.subs{1});
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment