Fixed bug.

time-shift
Stéphane Adjemian (Charybdis) 2013-03-27 17:02:47 +01:00
parent 6f8aed5109
commit fbc34e74d4
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@ for i=1:nargin-1
end
VariableName_ = vertcat(VariableName_,VariableName);
else
if ~isempty(idArobase)
if isempty(idArobase)
VariableName_ = varargin(:);
else
error('dynSeries::extract: Cannot handle more than one regular expression!')
end
end