Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
5132e501
Commit
5132e501
authored
Mar 27, 2013
by
Stéphane Adjemian
Browse files
Fixed bug.
parent
35542ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/extract.m
View file @
5132e501
...
...
@@ -75,7 +75,9 @@ for i=1:nargin-1
end
VariableName_
=
vertcat
(
VariableName_
,
VariableName
);
else
error
(
'dynSeries::extract: Cannot handle more than one regular expression!'
)
if
~
isempty
(
idArobase
)
error
(
'dynSeries::extract: Cannot handle more than one regular expression!'
)
end
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment