homotopy mode 2: replaced use of strtrim() by deblank(), for compatibility with older MATLAB

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3164 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-11-24 11:30:08 +00:00
parent dbff434fc1
commit 5616f1f2a8
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function homotopy2(values, step_nbr)
M_.params(values(i,2)) = v;
end
disp([ 'HOMOTOPY mode 2: lauching solver with ' strtrim(varname) ' = ' num2str(v) ' ...'])
disp([ 'HOMOTOPY mode 2: lauching solver with ' deblank(varname) ' = ' num2str(v) ' ...'])
steady_;
end