Skip to content
GitLab
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
136ccf33
Commit
136ccf33
authored
Oct 15, 2015
by
ferhat
Browse files
Fix typo
parent
e2ec7156
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@report/compile.m
View file @
136ccf33
...
...
@@ -105,7 +105,7 @@ end
if
status
~=
0
error
([
'@report.compile: There was an error in compiling '
rfn
'.pdf.'
...
' '
compiler
' returned the error code: '
num2str
(
status
)]);
' '
opts
.
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\n\n'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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