diff --git a/matlab/homotopy2.m b/matlab/homotopy2.m index c66213f07..50095c8ed 100644 --- a/matlab/homotopy2.m +++ b/matlab/homotopy2.m @@ -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