change compilation message

remove-priordens
Houtan Bastani 2019-09-02 18:28:24 +02:00
parent 835be14b33
commit 87ddce0dc3
1 changed files with 1 additions and 5 deletions

View File

@ -111,11 +111,7 @@ if status ~= 0
' ' opts.compiler ' returned the error code: ' num2str(status)]);
end
if o.showOutput || opts.showOutput
disp('Done.');
disp('Your compiled report is located here:');
disp([pwd filesep rfn '.pdf']);
disp('');
disp('');
fprintf('Done.\n\nYour compiled report is located here:\n %s.pdf\n\n\n', [pwd filesep rfn])
end
if opts.showReport && ~isoctave
open([rfn '.pdf']);