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
7628cdad
Commit
7628cdad
authored
Nov 11, 2015
by
Houtan Bastani
Browse files
Merge pull request #4 from FerhatMihoubi/Branch_complie
Fix bug on windows
parents
b1e070d6
34791f18
Changes
1
Show whitespace changes
Inline
Side-by-side
src/@report/compile.m
View file @
7628cdad
...
...
@@ -108,7 +108,11 @@ if status ~= 0
' '
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'
]);
disp
(
'Done.'
);
disp
(
'Your compiled report is located here:'
);
disp
([
pwd
filesep
rfn
'.pdf'
]);
disp
(
''
);
disp
(
''
);
end
if
opts
.
showReport
&&
~
isoctave
open
([
pwd
filesep
rfn
'.pdf'
]);
...
...
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