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
Dynare
reporting
Commits
93dd95c2
Commit
93dd95c2
authored
Dec 02, 2015
by
Houtan Bastani
Browse files
fix typo
parent
e1dfec17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@report/addSeries.m
View file @
93dd95c2
...
...
@@ -35,7 +35,7 @@ assert(length(o.pages) > 0, ...
assert
(
length
(
o
.
pages
{
end
}
.
sections
)
>
0
,
...
[
'@report.addSeries: Before adding a series, you must add a section and '
...
'either a graph or a table'
]);
assert
(
length
(
o
.
pages
{
end
}
.
sections
.
elements
)
>
0
,
...
assert
(
length
(
o
.
pages
{
end
}
.
sections
{
end
}
.
elements
)
>
0
,
...
[
'@report.addSeries: Before adding a series, you must add '
...
'either a graph or a table'
]);
assert
(
isa
(
o
.
pages
{
end
}
.
sections
{
end
}
.
elements
{
end
},
'graph'
)
||
...
...
...
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