Cosmetic change.

time-shift
Stéphane Adjemian (Charybdis) 2020-03-11 12:47:02 +01:00
parent a4519f6b86
commit b4db697e0f
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ elseif ismember(options.solve_algo, [2, 12, 4, 14])
end
fvec = feval(f, x, arguments{:});
if max(abs(fvec))>tolf
disp('Problem.')
disp('Call solver on the full nonlinear problem.')
[x, errorflag] = solver(f, x, 1:nn, 1:nn, jacobian_flag, ...
options.gstep, tolf, options.solve_tolx, ...
maxit, options.debug, arguments{:});