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
d94cc0d2
Commit
d94cc0d2
authored
May 22, 2014
by
Houtan Bastani
Browse files
reporting: fix display
parent
68db9abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
display_reporting_object.m
View file @
d94cc0d2
...
...
@@ -70,8 +70,12 @@ for i=1:length(fields)
end
elseif
isobject
(
val
)
if
isdates
(
val
)
fprintf
(
'<dates: %s, ..., %s>'
,
...
if
isempty
(
val
)
fprintf
(
'<dates: empty>'
);
else
fprintf
(
'<dates: %s, ..., %s>'
,
...
date2string
(
val
(
1
)),
date2string
(
val
(
end
)));
end
elseif
isdseries
(
val
)
if
numel
(
val
)
==
1
fprintf
(
'<dseries: %s>'
,
val
.
name
{
1
});
...
...
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