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
d9e1584d
Commit
d9e1584d
authored
Jun 17, 2015
by
Houtan Bastani
Browse files
add newlines to end of output to return matlab prompt to original position
parent
317a1681
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@report/compile.m
View file @
d9e1584d
...
...
@@ -102,7 +102,7 @@ if status ~= 0
' '
compiler
' returned the error code: '
num2str
(
status
)]);
end
if
o
.
showOutput
||
opts
.
showOutput
fprintf
(
1
,
[
'Done.\nYour compiled report is located here:\n '
pwd
filesep
rfn
'.pdf'
]);
fprintf
(
1
,
[
'Done.\nYour compiled report is located here:\n '
pwd
filesep
rfn
'.pdf
\n\n
'
]);
end
if
opts
.
showReport
&&
~
isoctave
open
([
pwd
filesep
rfn
'.pdf'
]);
...
...
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