From 47487b392e9981c02073d092f6903b4f88a545f0 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Mon, 2 Sep 2019 18:28:24 +0200 Subject: [PATCH] change compilation message --- src/@report/compile.m | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/@report/compile.m b/src/@report/compile.m index 6ad6e98..78dcc6e 100644 --- a/src/@report/compile.m +++ b/src/@report/compile.m @@ -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']); -- GitLab