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
51fc443e
Commit
51fc443e
authored
Jun 24, 2013
by
Stéphane Adjemian
Browse files
Fixed bug.
parent
f258ffbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/@dynSeries/subsref.m
View file @
51fc443e
...
...
@@ -74,7 +74,7 @@ switch S(1).type
save
(
A
,
S
(
2
).
subs
{
:
}
);
S
=
shiftS
(
S
);
else
save
(
A
);
save
(
A
,
inputname
(
1
)
);
end
case
{'
size
'}
if
length
(
S
)
==
2
&&
strcmp
(
S
(
2
).
type
,
'
()
'
)
&&
~
isempty
(
S
(
2
).
subs
)
...
...
Write
Preview
Markdown
is supported
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