removing debugging printing

time-shift
Michel Juillard 2014-05-07 14:23:31 +02:00
parent 58ba964bb7
commit fad9aa6846
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ while (niter < maxiter && ~info)
% FIXME -- why tolf*n*xn? If abs (e) ~ abs(x) * eps is a vector
% of perturbations of x, then norm (fjac*e) <= eps*n*xn, i.e. by
% tolf ~ eps we demand as much accuracy as we can expect.
disp([niter fn ratio])
if (fn <= tolf*n*xn)
info = 1;
% The following tests done only after successful step.