v4 matlab: display preprocessor output even in case of success

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1773 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2008-04-02 14:41:56 +00:00
parent 2058786de8
commit 4a481eaff0
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ end
[status, result] = system(command);
if status
error(result)
else
disp(result)
end
if ~ isempty(find(abs(fname) == 46))