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
ffbaf1a5
Commit
ffbaf1a5
authored
Mar 28, 2013
by
Houtan Bastani
Browse files
reporting: fix typo
parent
430f7b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@section/section.m
View file @
ffbaf1a5
...
...
@@ -50,7 +50,7 @@ elseif nargin > 1
end
% Check options provided by user
assert
(
isint
(
o
.
cols
),
'@
graph.graph
: cols must be an integer'
);
assert
(
isint
(
o
.
cols
),
'@
section.section
: cols must be an integer'
);
% Create section object
o
=
class
(
o
,
'section'
);
...
...
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